diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-30 19:16:52 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-01-30 19:16:52 +0100 |
commit | ce76c679ecb75d10a9558457b64a141eb9a953ab (patch) | |
tree | d877c5bd4a09b4eec6456c12aa97e136d5c9c521 /travis.sh | |
parent | b11816776254f69a0dd7a25c32260b2d77aaa358 (diff) | |
download | sonarqube-ce76c679ecb75d10a9558457b64a141eb9a953ab.tar.gz sonarqube-ce76c679ecb75d10a9558457b64a141eb9a953ab.zip |
Fix deployment to Artifactory by upgrading to parent 28
Diffstat (limited to 'travis.sh')
-rwxr-xr-x | travis.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/travis.sh b/travis.sh index e4f87f24e34..b9e50e17454 100755 --- a/travis.sh +++ b/travis.sh @@ -23,6 +23,7 @@ CI) # Do not deploy a SNAPSHOT version but the release version related to this build set_maven_build_version $TRAVIS_BUILD_NUMBER + # analysis is currently executed by SonarSource internal infrastructure mvn deploy \ -Pdeploy-sonarsource \ -B -e -V |