Enabled CMake dev warnings in travis.

This commit is contained in:
Martin Hořeňovský 2017-01-15 22:08:12 +01:00
parent e6ef60a2c4
commit 99cdc62fef
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ install:
before_script:
- export CXX=${COMPILER}
- cd ${TRAVIS_BUILD_DIR}
- cmake -H. -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE}
- cmake -H. -BBuild -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -Wdev
- cd Build
script: