Browse Source

chore: 修改浏览器和 sauce 顺序

pull/87/head
xuexb 7 years ago
parent
commit
9ff7d8fce8
  1. 3
      .travis.yml

3
.travis.yml

@ -12,6 +12,7 @@ cache:
directories:
- node_modules
script:
- npm run test:cov && npm run test:sauce
- 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

Loading…
Cancel
Save