I'm assuming oraclejdk8 needs to be replaced with openjdk or the distro needs to implicitedly say trusty as xenial is now the travis ci default.
At the moment this fails in Travis
resolvconf
Installing oraclejdk8
$ export JAVA_HOME=~/oraclejdk8
$ export PATH="$JAVA_HOME/bin:$PATH"
$ ~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"
Ignoring license option: BCL -- using GPLv2+CE by default
install-jdk.sh 2019-07-17
Expected feature release number in range of 9 to 14, but got: 8
The command "~/bin/install-jdk.sh --target "/home/travis/oraclejdk8" --workspace "/home/travis/.cache/install-jdk" --feature "8" --license "BCL"" failed and exited with 3 during .
Your build has been stopped.
I'm assuming
oraclejdk8needs to be replaced withopenjdkor the distro needs to implicitedly saytrustyasxenialis now the travis ci default.At the moment this fails in Travis