summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Nikulov <snikulov@users.noreply.github.com>2018-03-22 16:35:33 +0300
committerGitHub <noreply@github.com>2018-03-22 16:35:33 +0300
commit22e56194e30b43fb0ffccf500ca9eadeb8c1842e (patch)
treef648f4b5ab3b293baad969ee9bb9271a2a7cc56c
parent66e93802e6885f4f9e64ca7a3a2d7ff96338ef8c (diff)
downloadcurl-22e56194e30b43fb0ffccf500ca9eadeb8c1842e.tar.gz
travis-ci: enable -Werror for CMake builds (#2418)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 373db6925..0bb19fb9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -187,7 +187,7 @@ script:
if [ "$T" = "cmake" ]; then
mkdir build
cd build
- cmake ..
+ cmake .. -DCURL_WERROR=ON
make
fi
- |