Skip to content

Commit

Permalink
chore: remove openjdk11 from the build matrix
Browse files Browse the repository at this point in the history
Travis CI currently fails to install OpenJDK 11. Apparently the install
script is quite brittle and breaks whenever a new build is uploaded and
Oracle removes the old download page.

See https://travis-ci.community/t/install-of-openjdk11-is-failing/1914

Let's keep track of this issue on Travis side, and re-add `openjdk11`
as soon as it is fixed.
  • Loading branch information
rdeltour committed Jan 18, 2019
1 parent c4a2cfa commit bea1601
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: java
jdk:
- openjdk11
- oraclejdk11
- openjdk10
- oraclejdk9
Expand Down

0 comments on commit bea1601

Please sign in to comment.