Skip to content

Commit

Permalink
Run CI tests on JDK 11 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed May 14, 2020
1 parent b56801c commit c3dcb3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: java

jdk: openjdk8
jdk:
- openjdk8
- openjdk11
- openjdk14

git:
quiet: true
Expand Down

0 comments on commit c3dcb3c

Please sign in to comment.