travis-ci: add -Werror flag

This flag has been removed from Makefile.am.
This commit is contained in:
Dmitry Podgorny
2018-11-06 11:45:39 +02:00
parent 6aff44184e
commit 6ddf424192

View File

@@ -5,7 +5,7 @@ install:
before_script:
- ./bootstrap.sh
script:
- ./configure ${CONFIGURE_OPT} && make && make check-TESTS
- ./configure ${CONFIGURE_OPT} CFLAGS="-Werror" && make && make check
env:
- CONFIGURE_OPT="--without-libxml2"
- CONFIGURE_OPT="--with-libxml2"