Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MoleskiCoder committed Sep 11, 2017
1 parent c51d767 commit 086328f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ before_install:
- echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca-

after_success:
- coveralls --exclude lib --exclude tests --gcov-options '\-lp'
- coveralls --exclude modules --exclude src/testchip8 --gcov-options '\-lp'

addons:
apt:
Expand Down

0 comments on commit 086328f

Please sign in to comment.