Skip to content

Commit

Permalink
Specify openjdk8 instead of oraclejdk8 as the Travis CI build fai…
Browse files Browse the repository at this point in the history
…ls as follows otherwise:

```
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"
install-jdk.sh 2019-05-02
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.
```

Signed-off-by: Robin Verduijn <[email protected]>
  • Loading branch information
robinverduijn committed Jun 17, 2019
1 parent 007068a commit e360efe
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
@@ -1,7 +1,7 @@
language: groovy

jdk:
- oraclejdk8
- openjdk8

# Relax CI memory constraints by not running in containers.
sudo: required
Expand Down

0 comments on commit e360efe

Please sign in to comment.