commit e326cd331eb5c4bfef220a54fc2fe527613ca147
Author: Turo Lamminen <turotl@gmail.com>
AuthorDate: Sat Jan 6 14:58:29 2018 +0200
Commit: Turo Lamminen <turotl@gmail.com>
CommitDate: Sat Jan 27 16:46:04 2018 +0200
travis: Treat warnings as errors
---
.travis.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.sh b/.travis.sh
index f16b32ca..04d32dfb 100755
--- a/.travis.sh
+++ b/.travis.sh
@@ -3,7 +3,7 @@ set -e
if [ "$ANALYZE" = "true" ] ; then
cppcheck --error-exitcode=1 -j2 -UTESTING -Iopl -Isrc -Isrc/setup opl pcsound src textscreen > /dev/null
else
- ./autogen.sh
+ ./autogen.sh --enable-werror
make
make install DESTDIR=/tmp/whatever
make dist