aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomverin <thomas.verin@sonarsource.com>2015-06-22 14:00:52 +0200
committertomverin <thomas.verin@sonarsource.com>2015-06-22 14:00:52 +0200
commite5922d5d1e1824da3faf11b208b802be6202f59d (patch)
treedabf0d9d94511640ceb25e607e8d56e6551f91d8
parent2bd5350cb071bb3fb47a0ab5a11b6324e9620953 (diff)
downloadsonarqube-e5922d5d1e1824da3faf11b208b802be6202f59d.tar.gz
sonarqube-e5922d5d1e1824da3faf11b208b802be6202f59d.zip
Update sonar credentials for PR analysis
-rwxr-xr-xtravis.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/travis.sh b/travis.sh
index 114fb5151e0..3b8da5995a4 100755
--- a/travis.sh
+++ b/travis.sh
@@ -42,7 +42,9 @@ PRANALYSIS)
-Dsonar.forceUpdate=true \
-Dsonar.github.login=$SONAR_GITHUB_LOGIN \
-Dsonar.github.oauth=$SONAR_GITHUB_OAUTH \
- -Dsonar.host.url=$SONAR_HOST_URL
+ -Dsonar.host.url=$SONAR_HOST_URL \
+ -Dsonar.login=$SONAR_LOGIN \
+ -Dsonar.password=$SONAR_PASSWD
fi
;;