Skip to content

Commit 505f357

Browse files
Remove not working SonarCloud analysis
1 parent efea99b commit 505f357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
RunMaven() {
4-
typeset MAVEN_CMD="mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${SONARQUBE_TOKEN} -Dsonar.organization=default"
4+
typeset MAVEN_CMD="mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package"
55
typeset RETURN_CODE
66

77
echo $MAVEN_CMD

0 commit comments

Comments
 (0)