This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 69f5749 preparation for JDK19 on travis - needs newer ASM version
69f5749 is described below
commit 69f574992e49d770c3bd12dc487f1f58b4132cc9
Author: Paul King <[email protected]>
AuthorDate: Mon Feb 14 15:43:34 2022 +1000
preparation for JDK19 on travis - needs newer ASM version
---
.travis.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 0d030de..e9e489f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,8 +25,8 @@ install:
matrix:
include:
- # - env: BC='indy' FEATURE='19'
TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
- # jdk: openjdk17
+# - 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: openjdk17
- env: BC='indy'