Przeglądaj źródła

travis ci yarn test

Timofey Kachalov 8 lat temu
rodzic
commit
2c04b827da
1 zmienionych plików z 3 dodań i 1 usunięć
  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