Skip to content

Commit

Permalink
Issue checkstyle#61: set sonar login by token, secure token does not …
Browse files Browse the repository at this point in the history
…work for some reason
  • Loading branch information
romani authored and tsjensen committed Mar 21, 2019
1 parent 2abb149 commit afcf1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ci)

sonar)
if [[ $TRAVIS_PULL_REQUEST =~ ^([0-9]*)$ ]]; then exit 0; fi
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN
;;

nondex)
Expand Down

0 comments on commit afcf1a4

Please sign in to comment.