diff options
author | Sergei Nikulov <snikulov@users.noreply.github.com> | 2018-03-22 16:35:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 16:35:33 +0300 |
commit | 22e56194e30b43fb0ffccf500ca9eadeb8c1842e (patch) | |
tree | f648f4b5ab3b293baad969ee9bb9271a2a7cc56c | |
parent | 66e93802e6885f4f9e64ca7a3a2d7ff96338ef8c (diff) |
travis-ci: enable -Werror for CMake builds (#2418)
-rw-r--r-- | .travis.yml | 2 |
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 - | |