aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtravis.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index e670bc14f95..1ed83c0875f 100755
--- a/travis.sh
+++ b/travis.sh
@@ -67,7 +67,7 @@ WEB)
IT)
start_xvfb
./quick-build.sh
- ./run-integration-tests.sh "$IT_CATEGORY" ""
+ ./run-integration-tests.sh "$IT_CATEGORY" "" -Dmaven.test.redirectTestOutputToFile=false
;;
*)