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