]> source.dussan.org Git - sonarqube.git/commitdiff
Decrease amount of maven debug logs on Travis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 31 Jan 2016 09:21:36 +0000 (10:21 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Sun, 31 Jan 2016 09:21:36 +0000 (10:21 +0100)
travis.sh

index b9e50e17454e38a440212eeb30907a82c9797c3e..14f8656094c7862551ec2976fbfa1014c5bf9b7a 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -4,7 +4,7 @@ set -euo pipefail
 
 function configureTravis {
   mkdir ~/.local
-  curl -sSL https://github.com/SonarSource/travis-utils/tarball/v23 | tar zx --strip-components 1 -C ~/.local
+  curl -sSL https://github.com/SonarSource/travis-utils/tarball/master | tar zx --strip-components 1 -C ~/.local
   source ~/.local/bin/install
 }
 configureTravis
@@ -85,7 +85,7 @@ IT)
   else
     start_xvfb
 
-    mvn install -Pit,dev -DskipTests -Dcategory=$IT_CATEGORY -Dmaven.test.redirectTestOutputToFile=false -e -Dsource.skip=true
+    mvn install -Pit,dev -DskipTests -Dcategory=$IT_CATEGORY -Dmaven.test.redirectTestOutputToFile=false -B -V -e -Dsource.skip=true
   fi
   ;;