Explorar el Código

chore: remove scripts with error

poeti8 hace 5 años
padre
commit
5d82ee69d1
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      .travis.yml

+ 1 - 3
.travis.yml

@@ -1,9 +1,7 @@
 language: node_js
 
 node_js:
-  - "9"
+  - "12"
 
 script:
   - yarn run lint:nofix
-  - yarn test
-  - yarn build