You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2021/03/30 00:24:42 UTC

[groovy] branch danielsun/openjdk16 created (now 82daee2)

This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a change to branch danielsun/openjdk16
in repository https://gitbox.apache.org/repos/asf/groovy.git.


      at 82daee2  Add jdk16 build to travis CI

This branch includes the following new commits:

     new 82daee2  Add jdk16 build to travis CI

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[groovy] 01/01: Add jdk16 build to travis CI

Posted by su...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

sunlan pushed a commit to branch danielsun/openjdk16
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 82daee245de3eb55e595e4f757df0d68d2216172
Author: Daniel Sun <su...@apache.org>
AuthorDate: Tue Mar 30 08:24:25 2021 +0800

    Add jdk16 build to travis CI
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 14edd60..f86030a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,8 @@ install:
 matrix:
   include:
     - env: BC='indy'
+      jdk: openjdk16
+    - env: BC='indy'
       jdk: openjdk15
     - env: BC='indy'
       jdk: openjdk14