Skip to content

Commit

Permalink
chore: update Travis JDK build matrix
Browse files Browse the repository at this point in the history
- remove the Oracle JDK 10 build (no longer supported)
- add an Oracle JDK 11 build
  • Loading branch information
rdeltour committed Nov 20, 2018
1 parent b9292b9 commit fb84b23
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
@@ -1,8 +1,8 @@
language: java
jdk:
- openjdk11
- oraclejdk11
- openjdk10
- oraclejdk10
- oraclejdk9
- oraclejdk8
- openjdk7
Expand Down

0 comments on commit fb84b23

Please sign in to comment.