Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
Change travis build to use OpenJDK instead of Oracle
Browse files Browse the repository at this point in the history
All builds with references to Oracle JDK11 breaks as Oracle appears
to be restricting headless downloads. Travis is also moving to remove
support for Oracle JDKs from install-jdk.sh

No work is required by students as their local builds on Oracle JDK
should behave similarly to OpenJDK.
  • Loading branch information
j-lum authored and pyokagan committed Jul 1, 2019
1 parent c2ba346 commit bd81b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: java
matrix:
include:
- jdk: oraclejdk11
- jdk: openjdk11

script: >-
./config/travis/run-checks.sh &&
Expand Down

0 comments on commit bd81b7f

Please sign in to comment.