Skip to content

Commit 4758440

Browse files
authored
Update .travis.yml
1 parent e4b37f9 commit 4758440

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ addons:
99
jdk:
1010
- oraclejdk8
1111
#script: "mvn clean package -Dmaven.test.skip=true"
12-
13-
branches:
14-
only:
15-
- develop
16-
17-
notifications:
18-
email:
19-
2012

2113
script:
2214
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
15+
16+
branches:
17+
only:
18+
- develop
19+
2320
cache:
2421
directories:
2522
- '$HOME/.m2/repository'
2623
- '$HOME/.sonar/cache'
24+
25+
notifications:
26+
email:
27+

0 commit comments

Comments
 (0)