chore: 修改浏览器和 sauce 顺序
This commit is contained in:
parent
529c544687
commit
9ff7d8fce8
@ -12,6 +12,7 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
script:
|
script:
|
||||||
- npm run test:cov && npm run test:sauce
|
- npm run test:cov
|
||||||
|
- npm run test:sauce
|
||||||
after_script:
|
after_script:
|
||||||
- npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
|
- npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user