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 e4b37f9 commit 4758440Copy full SHA for 4758440
.travis.yml
@@ -9,18 +9,19 @@ addons:
9
jdk:
10
- oraclejdk8
11
#script: "mvn clean package -Dmaven.test.skip=true"
12
-
13
-branches:
14
- only:
15
- - develop
16
17
-notifications:
18
- email:
19
- - [email protected]
20
21
script:
22
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
+
+branches:
+ only:
+ - develop
23
cache:
24
directories:
25
- '$HOME/.m2/repository'
26
- '$HOME/.sonar/cache'
+notifications:
+ email:
27
+ - [email protected]
0 commit comments