Skip to content

Commit

Permalink
added sonar host to travis.yml to prevent failures on external MR`s
Browse files Browse the repository at this point in the history
  • Loading branch information
YagelNasManit authored and YagelNasManit committed Sep 11, 2017
1 parent bd5d201 commit d7e1ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addons:
- master
- develop

script: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar
script: mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -Dsonar.host.url=https://sonarcloud.io

cache:
directories:
Expand Down

0 comments on commit d7e1ab1

Please sign in to comment.