Update .travis.yml

This commit is contained in:
Giud 2019-05-22 12:27:46 -04:00 committed by GitHub
parent 8ce7a63a04
commit 55b9db9c44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,5 +53,5 @@ before_script:
script:
- ./tools/ci/travis-script.sh
after_success:
- cpp-coveralls --exclude-pattern "/usr/*" -e "build" --dump cpp_cov.json
- cpp-coveralls -i src -i include --exclude-pattern "/usr/*" --dump cpp_cov.json
- coveralls --merge=cpp_cov.json