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 2020/09/30 14:57:47 UTC

[groovy] branch danielsun/jdk15 created (now c0abaf1)

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

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


      at c0abaf1  Add openjdk15 build to travis CI

This branch includes the following new commits:

     new c0abaf1  Add openjdk15 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 openjdk15 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/jdk15
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit c0abaf16aacf41b3ac9eee8e846cc9d0e3df7ddf
Author: Daniel Sun <su...@apache.org>
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