Pan 2018-08-25 17:56:17 +08:00
parent e1931832eb
commit 1d1662a9f8
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
language: node_js
node_js: stable
install:
- npm install -g codecov
script: npm run test:ci
after_success:
- cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov
notifications:
email: false