From ef5bb874bd1baf3d8f9f3226471bf0195d3aae80 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Wed, 2 Dec 2015 16:42:26 +0100 Subject: [PATCH] Use token for SonarQube analysis --- travis.sh | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.39.5