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.
2 parents a4d9cef + 223250f commit a997fe8Copy full SHA for a997fe8
.travis.yml
@@ -1,4 +1,10 @@
1
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
8
sudo: false # faster builds
9
10
script: "mvn cobertura:cobertura"
README.md
@@ -6,6 +6,11 @@ Add to your `.travis.yml` file.
```yml
+# See https://github.com/cobertura/cobertura/issues/381
11
12
13
14
15
16
after_success:
0 commit comments