test
parent
e1931832eb
commit
1d1662a9f8
|
@ -1,5 +1,9 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: stable
|
node_js: stable
|
||||||
|
install:
|
||||||
|
- npm install -g codecov
|
||||||
script: npm run test:ci
|
script: npm run test:ci
|
||||||
|
after_success:
|
||||||
|
- cat ./test/coverage/lcov.info | ./node_modules/.bin/codecov
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue