Skip to content

Commit

Permalink
OracleJDK8 no longer can be used with Travis, use OpenJDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Sep 25, 2019
1 parent ef8d344 commit bb8b289
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
Expand Up @@ -5,7 +5,7 @@ scala:
- 2.13.1

jdk:
- oraclejdk8
- openjdk8
- oraclejdk11

install: true
Expand Down

0 comments on commit bb8b289

Please sign in to comment.