diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-11 11:22:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-11 11:22:45 +0100 |
commit | 393a139c493e8a58d3e52cbc0a5d27faf8b9c3bb (patch) | |
tree | d10d7371bd2bdd04bb8a44f561e58cc768bb535b /travis.sh | |
parent | 46b5b59eae490ff19c8e0edbac35031d1773899b (diff) | |
download | sonarqube-393a139c493e8a58d3e52cbc0a5d27faf8b9c3bb.tar.gz sonarqube-393a139c493e8a58d3e52cbc0a5d27faf8b9c3bb.zip |
Fix log output on Travis
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 2 |
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 ;; *) |