Skip to content

Commit

Permalink
preparation for JDK19 on travis - needs newer ASM version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Feb 14, 2022
1 parent 9ee03a7 commit a3b62e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -25,8 +25,10 @@ install:

matrix:
include:
# - env: BC='indy' FEATURE='19' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
# jdk: openjdk17
- env: BC='indy' FEATURE='18' TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
jdk: openjdk16
jdk: openjdk17
- env: BC='indy'
jdk: openjdk17
- env: BC='indy'
Expand Down

0 comments on commit a3b62e8

Please sign in to comment.