aboutsummaryrefslogtreecommitdiffstats
path: root/travis.sh
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-12-02 16:42:26 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-12-02 16:42:26 +0100
commitef5bb874bd1baf3d8f9f3226471bf0195d3aae80 (patch)
tree557d8aa354b911af2ae2e3f1aa110e01f0fa5feb /travis.sh
parent78e12d6af59b774ee6f3fa16e38aa35caab159d7 (diff)
downloadsonarqube-ef5bb874bd1baf3d8f9f3226471bf0195d3aae80.tar.gz
sonarqube-ef5bb874bd1baf3d8f9f3226471bf0195d3aae80.zip
Use token for SonarQube analysis
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/travis.sh b/travis.sh
index 160bf5f714a..2742ad77c9e 100755
--- a/travis.sh
+++ b/travis.sh
@@ -36,8 +36,7 @@ CI)
-Dsonar.github.repository=$TRAVIS_REPO_SLUG \
-Dsonar.github.oauth=$GITHUB_TOKEN \
-Dsonar.host.url=$SONAR_HOST_URL \
- -Dsonar.login=$SONAR_LOGIN \
- -Dsonar.password=$SONAR_PASSWORD
+ -Dsonar.login=$SONAR_TOKEN
else