diff --git a/.travis.yml b/.travis.yml index 823eef1..abe959c 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 -n -E ".*\.cpp" -E "catch\.hpp" --gcov $GCOV + - coveralls -E ".*\.cpp" -E "catch\.hpp" --gcov $GCOV after_script: - contrib/codeanalysis/runcppcheck.sh notifications: