Skip to content

Commit

Permalink
修改ci配置
Browse files Browse the repository at this point in the history
  • Loading branch information
xuexb committed Sep 7, 2017
1 parent 5b50bea commit a878fbf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
sudo: false
cache:
directories: node_modules
script: npm run test:cov && npm run test:sauce
after_script: npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
&& rm -rf ./coverage
script:
- npm run test:cov
- npm run test:sauce
after_script: npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage

0 comments on commit a878fbf

Please sign in to comment.