diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-16 09:23:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-16 09:23:27 +0200 |
commit | d30b7dc59af98c4dbd30703ee12458db51a5b9f8 (patch) | |
tree | 4b812d34666466a014bae0b5b908962aafdd8c07 /travis.sh | |
parent | 5e3dfec6ae098a1396ab537a990c2be4e6927b47 (diff) | |
download | sonarqube-d30b7dc59af98c4dbd30703ee12458db51a5b9f8.tar.gz sonarqube-d30b7dc59af98c4dbd30703ee12458db51a5b9f8.zip |
Disable Clirr check
As it's incompatible with Java 8
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh index 4d7066acec2..24d670091d6 100755 --- a/travis.sh +++ b/travis.sh @@ -58,7 +58,6 @@ CI) export MAVEN_OPTS="-Xmx1G -Xms128m" mvn org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar \ - -Dclirr=true \ -Dsonar.analysis.mode=issues \ -Dsonar.github.pullRequest=$TRAVIS_PULL_REQUEST \ -Dsonar.github.repository=$TRAVIS_REPO_SLUG \ |