Skip to content

Commit 39b7f7c

Browse files
Add the settings to the example .travis.yml too
1 parent 5f590b0 commit 39b7f7c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
language: java
2+
3+
# Cobertura is not supported in JDK11 so you must downgrade the JDK that Travis uses if you want to use Cobertura with Travis.
4+
jdk:
5+
- openjdk8
6+
27
sudo: false # faster builds
38

49
script: "mvn cobertura:cobertura"

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ language: java
88

99
# Cobertura is not supported in JDK11 so you must downgrade the JDK that Travis uses if you want to use Cobertura with Travis.
1010
jdk:
11-
- oraclejdk8
12-
- oraclejdk9
1311
- openjdk8
1412

1513
script: "mvn cobertura:cobertura"

0 commit comments

Comments
 (0)