diff options
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 644a0aea77c..5a3fa394406 100755 --- a/travis.sh +++ b/travis.sh @@ -189,7 +189,7 @@ BUILD) mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy \ $MAVEN_ARGS \ -Dsource.skip=true \ - -Pdeploy-sonarsource + -Pdeploy-sonarsource,release # TODO remove the sonar.pullrequest.github.* settings after sonar-core-plugins 7.1.0.330 is deployed on Next mvn sonar:sonar \ |