先关闭浏览器测试

This commit is contained in:
xuexb 2017-08-23 17:43:35 +08:00
parent ad17cdfae1
commit 9d4a55f650

View File

@ -12,6 +12,6 @@ cache:
- node_modules
script:
- npm run test:cov
- npm run test:sauce
#- npm run test:sauce
after_script:
- npm install coveralls && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage