travis: switch to openjdk8
travis broke the install of oraclejdk8, but our release builds are built with openjdk8 anyway.
This commit is contained in:
@@ -5,7 +5,7 @@ cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
- openjdk8
|
||||
- openjdk11
|
||||
install: true
|
||||
script: ./travis/build.sh
|
||||
|
||||
Reference in New Issue
Block a user