Skip to content

Commit

Permalink
Issue checkstyle#61: set sonar url
Browse files Browse the repository at this point in the history
  • Loading branch information
romani authored and tsjensen committed Mar 21, 2019
1 parent 28b9482 commit f91cb22
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
mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com
;;

nondex)
Expand Down

0 comments on commit f91cb22

Please sign in to comment.