Explorar el Código

travis ci yarn test

Timofey Kachalov hace 8 años
padre
commit
2c04b827da
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

@@ -7,9 +7,11 @@ node_js:
   - "4"
   - "6"
   - "stable"
+  
+install: "npm i -g yarn && yarn"
 
 script: "npm run travis"
 
 after_success:
   - npm run test:coveralls
-  - rm -rf ./coverage
+  - rm -rf ./coverage