We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c04e4b commit 2b95937Copy full SHA for 2b95937
1 file changed
.travis.yml
@@ -1,13 +1,14 @@
1
language: java
2
sudo: false
3
+dist: bionic
4
jdk:
5
# It's important to test on all these because of a horrible hack in the POM.
6
# - openjdk6 # No longer supported by Travis
7
- openjdk7
8
- oraclejdk8
9
- oraclejdk9
10
- openjdk10
- - oraclejdk11
11
+ - openjdk11
12
13
# Test each version with an appropriate Java version and flags to disable
14
# GPG signing so that we don't have to provision Travis with private keys.
0 commit comments