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 654c2c5c2a5..a68f7a2de11 100755 --- a/travis.sh +++ b/travis.sh @@ -48,7 +48,7 @@ CI) mvn org.jacoco:jacoco-maven-plugin:prepare-agent deploy sonar:sonar \ $MAVEN_OPTIONS \ - -Pdeploy-sonarsource \ + -Pdeploy-sonarsource,release \ -Dsonar.host.url=$SONAR_HOST_URL \ -Dsonar.login=$SONAR_TOKEN \ -Dsonar.projectVersion=$INITIAL_VERSION |