diff --git a/.travis.yml b/.travis.yml index 8abd76c..f5136e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ install: before_script: - ./bootstrap.sh script: - - ./configure ${CONFIGURE_OPT} && make CFLAGS="-Wall -Werror" && make CFLAGS="-Wall -Werror" check-TESTS + - ./configure ${CONFIGURE_OPT} && make && make check-TESTS env: - CONFIGURE_OPT="--without-libxml2" - CONFIGURE_OPT="--with-libxml2"