Fix coveralls command line

This commit is contained in:
Benoit Blanchon
2015-02-03 14:38:44 +01:00
parent 8db338ba14
commit 02960f28e4

View File

@ -9,4 +9,4 @@ before_script:
script:
- make && make test
after_success:
- coveralls --include include --include src --gcov-options '\-lp'
- coveralls --exclude test --exclude third-party --gcov-options '\-lp'