Skip to content

Commit 993c11f

Browse files
committed
temporarily disabling sonarcloud support
1 parent 422ce64 commit 993c11f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ dist: trusty
33
language: java
44
before_install:
55
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
6-
addons:
7-
sonarcloud:
8-
organization: "magefree"
9-
token:
10-
secure: SONAR_TOKEN
11-
script:
12-
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
6+
# addons:
7+
# sonarcloud:
8+
# organization: "magefree"
9+
# token:
10+
# secure: SONAR_TOKEN
11+
# script:
12+
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar

0 commit comments

Comments
 (0)