We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f590b0 commit 39b7f7cCopy full SHA for 39b7f7c
2 files changed
.travis.yml
@@ -1,4 +1,9 @@
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
+jdk:
5
+ - openjdk8
6
7
sudo: false # faster builds
8
9
script: "mvn cobertura:cobertura"
README.md
@@ -8,8 +8,6 @@ language: java
# Cobertura is not supported in JDK11 so you must downgrade the JDK that Travis uses if you want to use Cobertura with Travis.
10
jdk:
11
- - oraclejdk8
12
- - oraclejdk9
13
- openjdk8
14
15
0 commit comments