From 4241f9976cb24ea7c96d689ca68fceeb0d255126 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 14 Mar 2017 15:21:48 +0200 Subject: [PATCH] Re-run SonarQube Scanner using the -X switch to enable full debug logging. --HG-- branch : develop --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8c7a1e27a..e098503c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -62,7 +62,7 @@ script: - $CXX --version - | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - build-wrapper-linux-x86-64 --out-dir bw-outputs make -j$(nproc); + build-wrapper-linux-x86-64 -X --out-dir bw-outputs make -j$(nproc); export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"$TRAVIS_BUILD_DIR/build/src/libs/vpropertyexplorer/bin:$TRAVIS_BUILD_DIR/build/src/libs/qmuparser/bin"; xvfb-run -a make --silent check TESTARGS="-silent"; cd ..;