Skip to content

Commit

Permalink
fix coveralls excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
worr committed Sep 6, 2016
1 parent 628d0df commit 13ba995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
- cat doxylog && [ ! -s doxylog ]

after_success:
- coveralls --exclude tests --gcov-options '\-lp'
- coveralls --exclude server/test --exclude library/test --exclude util --exclude client/test --exclude build --gcov-options '\-lp'

env:
- CFLAGS="-O3"
Expand Down

0 comments on commit 13ba995

Please sign in to comment.