]> source.dussan.org Git - sonarqube.git/commitdiff
Logs
authorDavid Gageot <david@gageot.net>
Mon, 29 Jun 2015 13:25:09 +0000 (15:25 +0200)
committerDavid Gageot <david@gageot.net>
Mon, 29 Jun 2015 13:25:09 +0000 (15:25 +0200)
travis.sh

index 262fbe7497e11cf464a9bc2f998f4b6f318fa291..dc328ed8c51e5d30c73843c0df0c497e6407750c 100755 (executable)
--- a/travis.sh
+++ b/travis.sh
@@ -49,7 +49,7 @@ PRANALYSIS)
   ;;
 
 ITS)
-  mvn install -Pit -DskipTests -Dsonar.runtimeVersion=DEV -Dorchestrator.configUrl=file://$(pwd)/it/orchestrator.properties
+  mvn install -Pit -DskipTests -Dsonar.runtimeVersion=DEV -Dorchestrator.configUrl=file://$(pwd)/it/orchestrator.properties -Dmaven.test.redirectTestOutputToFile=false
   ;;
 
 *)