Skip to content

Commit

Permalink
Update Travis JDK to JDK11.
Browse files Browse the repository at this point in the history
This is an attempt to fix the error:

install-jdk.sh 2019-09-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 .

It is similar to CL 253584474

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=272528889
  • Loading branch information
cpovirk committed Oct 4, 2019
1 parent 7c8701a commit 20ba8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false
language: java

jdk:
- oraclejdk8
- oraclejdk11

install: mvn install -U -DskipTests=true

Expand Down

0 comments on commit 20ba8fc

Please sign in to comment.