diff --git a/.travis.yml b/.travis.yml index 64d9f5a3..8630ad97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - cd .. script: - - make + - CFLAGS=-Werror make - make test_functional - make test_unit - make test_valgrind