Enable -Werror in Travis builds

This commit is contained in:
Petri Lehtinen 2013-02-04 09:55:34 +02:00
parent ccf6e48a52
commit afa1d37e20

View File

@ -2,4 +2,4 @@ language: c
compiler:
- gcc
- clang
script: autoreconf -f -i && ./configure && make check
script: autoreconf -f -i && CFLAGS=-Werror ./configure && make check