travis-ci: enable -Werror for CMake builds (#2418)

This commit is contained in:
Sergei Nikulov 2018-03-22 16:35:33 +03:00 committed by GitHub
parent 66e93802e6
commit 22e56194e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ script:
if [ "$T" = "cmake" ]; then
mkdir build
cd build
cmake ..
cmake .. -DCURL_WERROR=ON
make
fi
- |