Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 40F7F200D01 for ; Fri, 8 Sep 2017 06:01:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3F4CC1609C0; Fri, 8 Sep 2017 04:01:30 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AD1031609BE for ; Fri, 8 Sep 2017 06:01:29 +0200 (CEST) Received: (qmail 3686 invoked by uid 500); 8 Sep 2017 04:01:28 -0000 Mailing-List: contact commits-help@arrow.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@arrow.apache.org Delivered-To: mailing list commits@arrow.apache.org Received: (qmail 3674 invoked by uid 99); 8 Sep 2017 04:01:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2017 04:01:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9CEC0F553D; Fri, 8 Sep 2017 04:01:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wesm@apache.org To: commits@arrow.apache.org Message-Id: <94e356a91e9f4a2cb5941a927035967b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: arrow git commit: ARROW-1490: [Java] Allow failures for JDK9 for now Date: Fri, 8 Sep 2017 04:01:28 +0000 (UTC) archived-at: Fri, 08 Sep 2017 04:01:30 -0000 Repository: arrow Updated Branches: refs/heads/master 6f27a6447 -> fe45c2bb3 ARROW-1490: [Java] Allow failures for JDK9 for now Author: Wes McKinney Closes #1064 from wesm/jdk9-allow-failures and squashes the following commits: dfcaadd5 [Wes McKinney] Allow failures for JDK9 for now Project: http://git-wip-us.apache.org/repos/asf/arrow/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/fe45c2bb Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/fe45c2bb Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/fe45c2bb Branch: refs/heads/master Commit: fe45c2bb3718aa5fb0c34c1a244adcdff9477c1a Parents: 6f27a64 Author: Wes McKinney Authored: Fri Sep 8 00:01:22 2017 -0400 Committer: Wes McKinney Committed: Fri Sep 8 00:01:22 2017 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow/blob/fe45c2bb/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c604fd2..76ef8a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ cache: matrix: fast_finish: true allow_failures: - - env: ARROW_TEST_GROUP=packaging + - jdk: oraclejdk9 include: - compiler: gcc language: cpp