Skip to content

Commit a997fe8

Browse files
authored
Merge pull request #11 from steveswinsburg/patch-1
Updated README to note Cobertura and JDK11 restriction
2 parents a4d9cef + 223250f commit a997fe8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
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+
# https://github.com/cobertura/cobertura/issues/381
5+
jdk:
6+
- openjdk8
7+
28
sudo: false # faster builds
39

410
script: "mvn cobertura:cobertura"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Add to your `.travis.yml` file.
66
```yml
77
language: java
88

9+
# Cobertura is not supported in JDK11 so you must downgrade the JDK that Travis uses if you want to use Cobertura with Travis.
10+
# See https://github.com/cobertura/cobertura/issues/381
11+
jdk:
12+
- openjdk8
13+
914
script: "mvn cobertura:cobertura"
1015

1116
after_success:

0 commit comments

Comments
 (0)