diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2018-02-26 16:12:36 +0100 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2018-02-26 16:12:36 +0100 |
commit | 1fb04a27673f0ed8f89c6a5cd09372c3e8b9ff96 (patch) | |
tree | 779e0214011ff9d8fde3b511b0bf061a61b96dcc /travis.sh | |
parent | 3f23df5b6a82c0ea55f7fc4607a9e9005f677a6e (diff) | |
download | sonarqube-1fb04a27673f0ed8f89c6a5cd09372c3e8b9ff96.tar.gz sonarqube-1fb04a27673f0ed8f89c6a5cd09372c3e8b9ff96.zip |
Apply release profile also on internal PR
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 \ |