Add code coverage integration
This commit is contained in:
parent
58199a020e
commit
cda9a3ee4f
2 changed files with 4 additions and 2 deletions
|
|
@ -8,3 +8,5 @@ env:
|
|||
script:
|
||||
- ./build.sh _travis-${TRAVIS_OS_NAME}
|
||||
- ./scripts/travis_test.sh
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Reference in a new issue