Skip to content

Commit

Permalink
Try to exclude tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Jul 5, 2015
1 parent af59e24 commit 8f56573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,4 +7,4 @@ before_install:
script:
- cmake -DCOVERAGE=true . && make && make test
after_success:
- coveralls --exclude "third-party/" --gcov-options '\-lp'
- coveralls --exclude 'test\/' --exclude 'third-party/' --gcov-options '\-lp'

0 comments on commit 8f56573

Please sign in to comment.