travis: switch to openjdk8

travis broke the install of oraclejdk8, but our release builds are built
with openjdk8 anyway.
This commit is contained in:
Adam
2019-04-29 13:30:20 -04:00
parent 932143b26d
commit 173dead8d3

View File

@@ -5,7 +5,7 @@ cache:
directories: directories:
- $HOME/.m2 - $HOME/.m2
jdk: jdk:
- oraclejdk8 - openjdk8
- openjdk11 - openjdk11
install: true install: true
script: ./travis/build.sh script: ./travis/build.sh