summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index acc6ffd..80ecd27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -711,7 +711,7 @@ script:
- if [[ "$CMAKE_CONFIG" != "" ]]; then
cmake $CMAKE_OPTIONS -Dbuild_tests=ON -Denable_werror=ON
-Werror=deprecated . &&
- cmake --build . --config $CMAKE_CONFIG;
+ cmake --build . --config $CMAKE_CONFIG --verbose;
fi
- if [[ "$CMAKE_CONFIG" != "" ]]; then
ctest --build-config $CMAKE_CONFIG -V;