Skip to content

Commit

Permalink
Use openjdk10 in travis build
Browse files Browse the repository at this point in the history
Travis started giving this error:

oraclejdk10 is deprecated.
See https://www.oracle.com/technetwork/java/javase/eol-135779.html
for more details. Consider using openjdk10 instead.
  • Loading branch information
jsyrjala committed Oct 23, 2018
1 parent f0bfcda commit f2bddc1
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 @@ -2,7 +2,7 @@ dist: trusty
language: java
jdk:
- oraclejdk8
- oraclejdk10
- openjdk10
- openjdk11
env:
global:
Expand Down

0 comments on commit f2bddc1

Please sign in to comment.