This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch danielsun/jdk15 in repository https://gitbox.apache.org/repos/asf/groovy.git
commit c0abaf16aacf41b3ac9eee8e846cc9d0e3df7ddf Author: Daniel Sun <[email protected]> AuthorDate: Wed Sep 30 22:57:36 2020 +0800 Add openjdk15 build to travis CI --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 427d4ba..0aa0de8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ install: matrix: include: - env: BC='indy' + jdk: openjdk15 + - env: BC='indy' jdk: openjdk14 - env: BC='indy' jdk: openjdk13
