Attempt to fix Travis-CI

Closes #3966
This commit is contained in:
Tres Finocchiaro
2017-11-10 20:45:10 -05:00
parent d37284b32a
commit 6c9e62164c

View File

@@ -12,7 +12,7 @@ if [ "$TYPE" = 'style' ]; then
else
mkdir build
mkdir -p build
cd build
export CMAKE_FLAGS="-DWANT_QT5=$QT5 -DUSE_WERROR=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo"