Force travis to use clang on linux.

This commit is contained in:
Roman Telezhynskyi 2017-05-10 12:02:14 +03:00
parent dcf7abed7b
commit 951acc9d87

View File

@ -54,7 +54,7 @@ before_script:
- qmake --version - qmake --version
- | - |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=checkWarnings; qmake ../Valentina.pro -r -spec linux-clang CONFIG+=noDebugSymbols CONFIG+=checkWarnings;
else else
qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings CONFIG+=noTests; qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings CONFIG+=noTests;
fi fi