barrybecker4/ScalphaGoZero

Fix Travis CI build

Closed this issue · 1 comments

The build currently fails with

Expected feature release number in range of 9 to 15, 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 .
This looks like the travis build server may be using an unexpected version of the JDK and is unrelated to my changes. See https://travis-ci.community/t/expected-feature-release-number-in-range-of-9-to-12-but-got-8-installing-oraclejdk8/1345/13.

I think we might be able to fix by using java9 instead of java8 in the travis.yml file.

fixed.