Skip to content

Commit

Permalink
test Travis build with JDK15
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Feb 7, 2021
1 parent 5358b56 commit a8337bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: focal
language: java
matrix:
include:
- jdk: openjdk11
- jdk: openjdk15
install: true
script:
- ./gradlew -PjavaToolchainVersion=11 clean buildCI
- ./gradlew -PjavaToolchainVersion=15 clean buildCI

0 comments on commit a8337bd

Please sign in to comment.