Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Attempting fix failing release.
Browse files Browse the repository at this point in the history
Problem in Travis:
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 .

Fix proposal:
https://travis-ci.community/t/error-installing-oraclejdk8-expected-feature-release-number-in-range-of-9-to-14-but-got-8/3766/10
  • Loading branch information
Marcin Pilaczyński committed Feb 21, 2020
1 parent ecae147 commit 5763956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -33,6 +33,8 @@ cache:

language: groovy

dist: trusty

jdk:
- oraclejdk8

Expand Down

0 comments on commit 5763956

Please sign in to comment.