This commit is contained in:
liufu.lf 2020-03-03 11:22:03 +08:00 committed by Yanyan Wang
parent 962c33cbc2
commit 27f585e84a

View File

@ -15,7 +15,7 @@ addons:
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- rm -rf node_modules && npm install
- npm install
script:
- npm run ci && cat ./coverage/lcov.info | rm -rf ./coverage