diff --git a/.travis.yml b/.travis.yml index 6fccf676..4768f051 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ before_script: script: - make && make test after_success: - - coveralls --include include --include src --gcov-options '\-lp' \ No newline at end of file + - coveralls --exclude test --exclude third-party --gcov-options '\-lp' \ No newline at end of file