diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-09 10:56:41 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-09 10:56:56 +0100 |
commit | dcdd0e9da67fab31c2d9657483cdcfc08dfcd503 (patch) | |
tree | 499c2f61308b26991bab60b97441eb84ad68dcf9 /travis.sh | |
parent | ddc1c7b4fe9cbd9a899e5db5ab34ea547cfce615 (diff) | |
download | sonarqube-dcdd0e9da67fab31c2d9657483cdcfc08dfcd503.tar.gz sonarqube-dcdd0e9da67fab31c2d9657483cdcfc08dfcd503.zip |
Deploy official builds on feature branches
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh index f19d6be04ca..644a0aea77c 100755 --- a/travis.sh +++ b/travis.sh @@ -208,8 +208,7 @@ BUILD) else echo 'Build feature branch or external pull request' - - mvn deploy $MAVEN_ARGS -Dsource.skip=true -Pdeploy-sonarsource + mvn deploy $MAVEN_ARGS -Pdeploy-sonarsource,release fi ./run-integration-tests.sh "Lite" "" |