travis-ci: don't use custom CFLAGS

Makefile.am provides -Wall and -Werror now.
This commit is contained in:
Dmitry Podgorny
2017-06-29 19:00:54 +03:00
parent 9505cace5e
commit ebe97e8f2a

View File

@@ -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"