We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 422ce64 commit 993c11fCopy full SHA for 993c11f
.travis.yml
@@ -3,10 +3,10 @@ dist: trusty
3
language: java
4
before_install:
5
- 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
+# addons:
+# sonarcloud:
+# organization: "magefree"
+# token:
+# secure: SONAR_TOKEN
+# script:
+# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install sonar:sonar
0 commit comments