From 951acc9d8733be7750f02de21be2978dc698efcb Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Wed, 10 May 2017 12:02:14 +0300 Subject: [PATCH] Force travis to use clang on linux. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 665c29079..fd45c888a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ before_script: - qmake --version - | 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 qmake ../Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache CONFIG+=checkWarnings CONFIG+=noTests; fi