chore: 修改浏览器和 sauce 顺序
This commit is contained in:
parent
529c544687
commit
9ff7d8fce8
@ -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…
Reference in New Issue
Block a user