diff --git a/.travis.yml b/.travis.yml index b328cf9c..04c38b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: java sudo: false +dist: bionic jdk: # It's important to test on all these because of a horrible hack in the POM. # - openjdk6 # No longer supported by Travis @@ -7,7 +8,7 @@ jdk: - oraclejdk8 - oraclejdk9 - openjdk10 - - oraclejdk11 + - openjdk11 # Test each version with an appropriate Java version and flags to disable # GPG signing so that we don't have to provision Travis with private keys.