We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acee3d commit 12329d0Copy full SHA for 12329d0
.travis.yml
@@ -1,8 +1,14 @@
1
language: java
2
+sudo: false
3
+install: true
4
+addons:
5
+ sonarqube:
6
+ token:
7
+ secure: "834110c7191f97ecb226970c46dcaff8e681da5a"
8
+
9
jdk:
10
- oraclejdk7
-
-script: "mvn clean package -Dmaven.test.skip=true"
11
+#script: "mvn clean package -Dmaven.test.skip=true"
12
13
branches:
14
only:
@@ -11,3 +17,10 @@ branches:
17
notifications:
18
email:
19
- [email protected]
20
21
+script:
22
+ - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
23
+cache:
24
+ directories:
25
+ - '$HOME/.m2/repository'
26
+ - '$HOME/.sonar/cache'
0 commit comments