test
parent
d1ac442097
commit
9a6e88a033
|
@ -5,6 +5,6 @@ install:
|
||||||
- npm install -g codecov
|
- npm install -g codecov
|
||||||
script: npm run test:ci
|
script: npm run test:ci
|
||||||
after_success:
|
after_success:
|
||||||
- codecov --file test/coverage/lcov.info --disable search
|
- codecov
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Reference in New Issue