From e43b1b8d0dce1277c1d519e2bd9b5f93613a395b Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Wed, 20 May 2015 16:46:07 -0600 Subject: [PATCH] Make sure we are not also doing coverage testing on catch.hpp --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index abe959c..243e529 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ script: - cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug . - make -j2 - make test - - coveralls -E ".*\.cpp" -E "catch\.hpp" --gcov $GCOV + - coveralls -E ".*\.cpp|catch\.hpp" --gcov $GCOV after_script: - contrib/codeanalysis/runcppcheck.sh notifications: