From f436e8b38fb8632f65b560809b285a29cf29164b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 23 Nov 2017 20:23:31 +0100 Subject: [PATCH] [ci] fix sonar.host.url - it's now https://sonarcloud.io --- .travis/build-sonar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/build-sonar.sh b/.travis/build-sonar.sh index 9c09a440cf..058a86bc8d 100755 --- a/.travis/build-sonar.sh +++ b/.travis/build-sonar.sh @@ -18,4 +18,4 @@ fi echo "MAVEN_OPTS='-Xms1g -Xmx1g --add-modules java.se.ee'" > ${HOME}/.mavenrc # Run the build, truncate output due to Travis log limits -./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=${SONAR_TOKEN} -B -V +./mvnw clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${SONAR_TOKEN} -B -V