summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 55793a5..996c99f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -707,8 +707,7 @@ script:
LDFLAGS="$LDFLAGS";
fi
- if [[ "$CMAKE_OPTIONS" != "" ]]; then
- cmake $CMAKE_OPTIONS -Dbuild_tests=ON -Denable_werror=ON
- -Werror=deprecated . &&
+ cmake $CMAKE_OPTIONS -Dbuild_tests=ON -Denable_werror=ON -Werror=dev . &&
cmake --build . --verbose;
fi
- if [[ "$CMAKE_OPTIONS" != "" ]]; then