We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b95937 commit beed013Copy full SHA for beed013
.travis.yml
@@ -1,14 +1,13 @@
1
language: java
2
sudo: false
3
-dist: bionic
+dist: trusty
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
+# - openjdk6
7
- openjdk7
8
- oraclejdk8
9
- oraclejdk9
10
- - openjdk10
11
- - openjdk11
+ - oraclejdk11
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