Skip to content

Commit

Permalink
use openjdk instead of oraclejdk
Browse files Browse the repository at this point in the history
travis-ci/travis-ci#10290 (comment)

> oraclejdk8 is not preinstalled on Xenial anymore, and cannot be retrieved from Oracle itself anymore. We'd suggest using either openjdk, or the currently supported Oracle JDK.
  • Loading branch information
xuwei-k committed Jun 18, 2019
1 parent f0304e2 commit 7062603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: scala
sudo: false
jdk: oraclejdk8
jdk: openjdk8
scala:
- 2.11.12
- 2.12.8
Expand Down

0 comments on commit 7062603

Please sign in to comment.