Browse Source

travis ci yarn test

Timofey Kachalov 8 years ago
parent
commit
2c04b827da
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .travis.yml

+ 3 - 1
.travis.yml

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