]> source.dussan.org Git - sonarqube.git/commitdiff
Use token for SonarQube analysis
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 2 Dec 2015 15:42:26 +0000 (16:42 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 2 Dec 2015 15:42:26 +0000 (16:42 +0100)
travis.sh

index 160bf5f714a670fdff734e554dfa6335581db288..2742ad77c9e6537f2fd1a5c76121db0c708f6c0e 100755 (executable)
--- 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