From 02960f28e48783bc2b6a7d7b09bcdab788d9abd8 Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 3 Feb 2015 14:38:44 +0100 Subject: [PATCH] Fix coveralls command line --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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