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/02/12 13:12:56 UTC

[groovy] branch danielsun/openjdk14 created (now e409497)

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

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


      at e409497  Add JDK 14 build to travis CI

This branch includes the following new commits:

     new e409497  Add JDK 14 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 JDK 14 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/openjdk14
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit e40949759c988f575a21f21071626f4322f3ac58
Author: Daniel Sun <su...@apache.org>
AuthorDate: Wed Feb 12 21:12:33 2020 +0800

    Add JDK 14 build to travis CI
---
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 1f0ba25a..a75e5ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,8 @@ install: true
 matrix:
   include:
     - env: BC='legacy'
+      jdk: openjdk14
+    - env: BC='legacy'
       jdk: openjdk13
     - env: BC='legacy'
       jdk: openjdk12
@@ -37,6 +39,8 @@ matrix:
       jdk: oraclejdk8
 
     - env: BC='indy'
+      jdk: openjdk14
+    - env: BC='indy'
       jdk: openjdk13
     - env: BC='indy'
       jdk: openjdk12