From commits-return-8174-archive-asf-public=cust-asf.ponee.io@groovy.apache.org Sun Mar 24 12:55:08 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9950018065B for ; Sun, 24 Mar 2019 13:55:07 +0100 (CET) Received: (qmail 66885 invoked by uid 500); 24 Mar 2019 12:55:06 -0000 Mailing-List: contact commits-help@groovy.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@groovy.apache.org Delivered-To: mailing list commits@groovy.apache.org Received: (qmail 66875 invoked by uid 99); 24 Mar 2019 12:55:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Mar 2019 12:55:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 17F8F8510B; Sun, 24 Mar 2019 12:55:06 +0000 (UTC) Date: Sun, 24 Mar 2019 12:55:06 +0000 To: "commits@groovy.apache.org" Subject: [groovy] branch master updated: Add openjdk12 build MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155343210596.13875.1579881795298758178@gitbox.apache.org> From: sunlan@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: groovy X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2af4c635d3ccf19483da9d4d5992f398686f330f X-Git-Newrev: 00ee0547c00673a93e0843a9d72c8e4293d1efdb X-Git-Rev: 00ee0547c00673a93e0843a9d72c8e4293d1efdb X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 00ee054 Add openjdk12 build 00ee054 is described below commit 00ee0547c00673a93e0843a9d72c8e4293d1efdb Author: Daniel Sun AuthorDate: Sun Mar 24 20:54:51 2019 +0800 Add openjdk12 build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5c17e65..782e02e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ install: true matrix: include: + - jdk: openjdk12 - jdk: openjdk11 - jdk: openjdk10 - jdk: oraclejdk9