diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-24 19:48:20 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-24 19:48:55 +0100 |
commit | b2d0c9a15e1af7f9984d1e9d934f8e92d01147fb (patch) | |
tree | 18ddcfa0cce41bf4a697804557079595dd526ce0 /travis.sh | |
parent | 55a2cf4828a51d439900fc19ecbae996a658a343 (diff) | |
download | sonarqube-b2d0c9a15e1af7f9984d1e9d934f8e92d01147fb.tar.gz sonarqube-b2d0c9a15e1af7f9984d1e9d934f8e92d01147fb.zip |
Fix logs of Travis CI
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh index ecb548df478..91607fe1938 100755 --- a/travis.sh +++ b/travis.sh @@ -24,7 +24,7 @@ CI) strongEcho 'Build and analyze pull request' # this pull request must be built and analyzed (without upload of report) - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pcoverage-per-test,analysis -Dclirr=true -Dmaven.test.redirectTestOutputToFile=false -B -e -V + mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify -Pcoverage-per-test,analysis -Dclirr=true -B -e -V # Switch to java 8 as the Dory HTTPS certificate is not supported by Java 7 export JAVA_HOME=/usr/lib/jvm/java-8-oracle @@ -46,7 +46,7 @@ CI) # No need for Maven goal "install" as the generated JAR file does not need to be installed # in Maven local repository - mvn verify -Dmaven.test.redirectTestOutputToFile=false -B -e -V + mvn verify -B -e -V fi ;; |