|
@@ -1,17 +1,17 @@
|
|
|
language: java
|
|
|
-sudo: false
|
|
|
-install: true
|
|
|
-addons:
|
|
|
- sonarcloud:
|
|
|
- token:
|
|
|
- secure: "834110c7191f97ecb226970c46dcaff8e681da5a"
|
|
|
+#sudo: false
|
|
|
+#install: true
|
|
|
+#addons:
|
|
|
+# sonarcloud:
|
|
|
+# token:
|
|
|
+# secure: "834110c7191f97ecb226970c46dcaff8e681da5a"
|
|
|
|
|
|
jdk:
|
|
|
- oraclejdk8
|
|
|
-#script: "mvn clean package -Dmaven.test.skip=true"
|
|
|
+script: "mvn clean package -Dmaven.test.skip=true"
|
|
|
|
|
|
-script:
|
|
|
- - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
|
|
+#script:
|
|
|
+# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
|
|
|
|
|
|
branches:
|
|
|
only:
|
|
@@ -20,7 +20,7 @@ branches:
|
|
|
cache:
|
|
|
directories:
|
|
|
- '$HOME/.m2/repository'
|
|
|
- - '$HOME/.sonar/cache'
|
|
|
+# - '$HOME/.sonar/cache'
|
|
|
|
|
|
notifications:
|
|
|
email:
|