diff --git a/.travis.yml b/.travis.yml index a7fb1e9..c482d65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: - ./configure script: - - make AM_CFLAGS="-Werror" + - make V=1 AM_CFLAGS="-Werror" after_success: - make check