chore: 修改浏览器和 sauce 顺序

This commit is contained in:
xuexb 2017-11-28 10:45:02 +08:00
parent 529c544687
commit 9ff7d8fce8

View File

@ -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