This is an automated email from the ASF dual-hosted git repository.
sunlan 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 696996a Tweak builds on travis CI and ignore JDK 18 build for now
696996a is described below
commit 696996a6fdc5ea010eff412df78681ba2b882c8a
Author: Daniel Sun <[email protected]>
AuthorDate: Sat Nov 6 14:13:29 2021 +0800
Tweak builds on travis CI and ignore JDK 18 build for now
---
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index df189cd..cdd9ef4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,10 +25,10 @@ install:
matrix:
include:
- - env: BC='indy' FEATURE='18'
TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
- jdk: openjdk16
- - env: BC='indy' FEATURE='17'
TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
- jdk: openjdk16
+# - env: BC='indy' FEATURE='18'
TARGET_JAVA_HOME="/home/travis/openjdk$FEATURE" LICENSE='GPL'
+# jdk: openjdk16
+ - env: BC='indy'
+ jdk: openjdk17
- env: BC='indy'
jdk: openjdk16
- env: BC='indy'