Update .travis.yml

This commit is contained in:
Giud 2019-05-21 23:05:23 -04:00 committed by GitHub
parent e15dfb27ed
commit 8ce7a63a04
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/*" --dump cpp_cov.json
- cpp-coveralls --exclude-pattern "/usr/*" -e "build" --dump cpp_cov.json
- coveralls --merge=cpp_cov.json