Skip to content

Commit

Permalink
Switching to Bionic and JDK 11.
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Hughes <[email protected]>
  • Loading branch information
jnh5y committed Nov 19, 2020
1 parent 6dee0ba commit 63ee973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See http://about.travis-ci.org/docs/user/build-configuration/
sudo: required
dist: trusty
dist: bionic

before_install:
- unset _JAVA_OPTIONS
Expand All @@ -16,7 +16,7 @@ cache:
- $HOME/.m2

jdk:
- oraclejdk8
- openjdk11

script:
- export MAVEN_OPTS="-Xmx1g -Djava.net.preferIPv4Stack=true"
Expand Down

0 comments on commit 63ee973

Please sign in to comment.