diff --git a/.travis.yml b/.travis.yml index 722d2d8..7f31313 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,9 @@ before_install: - pip install --user cpp-coveralls script: - - CFLAGS="-fprofile-arcs -ftest-coverage -Werror" make all dunstify test-valgrind doc-doxygen + - CFLAGS="-Werror" make all dunstify test-valgrind doc-doxygen + - make clean + - CFLAGS="-Werror -fprofile-arcs -ftest-coverage -O0" make test matrix: include: