Travis: codecov integration
This commit is contained in:
parent
b4a075cc7a
commit
39e99c1735
|
@ -10,7 +10,7 @@ addons:
|
||||||
- gcc-4.8
|
- gcc-4.8
|
||||||
- g++-4.8
|
- g++-4.8
|
||||||
script:
|
script:
|
||||||
- npm run test
|
- npm run test:coverage
|
||||||
- npm run example:ci
|
- npm run example:ci
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -27,5 +27,4 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
after_success:
|
after_success:
|
||||||
- npm run test:coverage
|
|
||||||
- codecov
|
- codecov
|
Loading…
Reference in New Issue