Skip to content

Commit

Permalink
test against jdk 13 and 14
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Mar 3, 2020
1 parent bf8e142 commit d84be0a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ matrix:

- jdk: openjdk12
env: MAVEN=3.5.4


- jdk: openjdk13
env: MAVEN=3.6.3

- env: JDK=14 MAVEN=3.6.3
install: . ./install-jdk.sh --feature 14

- env: JDK='OpenJ9 11' MAVEN=3.5.4
install: . ./install-jdk.sh --url "https://api.adoptopenjdk.net/v2/binary/releases/openjdk11?openjdk_impl=openj9&os=linux&arch=x64&release=latest&type=jdk&heap_size=normal"

Expand Down

0 comments on commit d84be0a

Please sign in to comment.