Skip to content

Commit

Permalink
Change sonar.host.url
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Aug 9, 2019
1 parent 7f9ee27 commit 1c0cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ if [ $TRAVIS_REPO_SLUG == "mybatis/mybatis-3" ] && [ "$TRAVIS_PULL_REQUEST" == "
# echo -e "Successfully deploy site under Travis job ${TRAVIS_JOB_NUMBER}"

# Deploy to sonar
./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=ccf0be39fd0ca5ea5aa712247c79da7233cd3caa -q --settings ./travis/settings.xml
./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=ccf0be39fd0ca5ea5aa712247c79da7233cd3caa -q --settings ./travis/settings.xml
echo -e "Successfully ran Sonar integration under Travis job ${TRAVIS_JOB_NUMBER}"
else
echo "Java Version does not support additonal activity for travis CI"
Expand Down

0 comments on commit 1c0cad1

Please sign in to comment.