travis: enable warnings also in release mode

... to get warnings also on Linux/GCC and OSX/clang.

Closes https://github.com/curl/curl/pull/1666
This commit is contained in:
Marcel Raad 2017-07-08 17:58:20 +02:00
parent 51ccc4850a
commit 7333b497a0
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ script:
fi
- |
if [ "$BUILD_TYPE" = "normal" ]; then
./configure --enable-werror
./configure --enable-warnings --enable-werror
make
make test-nonflaky
fi