Travis: codecov integration

This commit is contained in:
Jeronimo Vallelunga 2017-07-13 00:06:33 -03:00
parent b4a075cc7a
commit 39e99c1735
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,7 @@ addons:
- gcc-4.8
- g++-4.8
script:
- npm run test
- npm run test:coverage
- npm run example:ci
branches:
only:
@ -27,5 +27,4 @@ deploy:
on:
branch: master
after_success:
- npm run test:coverage
- codecov