Skip to content

Commit 2e7b4f8

Browse files
committed
Change sonar.host.url
1 parent 7b8ded1 commit 2e7b4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ $TRAVIS_REPO_SLUG == "mybatis/spring" ] && [ "$TRAVIS_PULL_REQUEST" == "fal
5050
# echo -e "Successfully deploy site under Travis job ${TRAVIS_JOB_NUMBER}"
5151

5252
# Notify Sonar
53-
./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=ccf0be39fd0ca5ea5aa712247c79da7233cd3caa
53+
./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=ccf0be39fd0ca5ea5aa712247c79da7233cd3caa
5454
echo -e "Successfully ran Sonar integration under Travis job ${TRAVIS_JOB_NUMBER}"
5555
else
5656
echo "Java Version does not support additonal activity for travis CI"

0 commit comments

Comments
 (0)