Repository: arrow Updated Branches: refs/heads/master 6f27a6447 -> fe45c2bb3
ARROW-1490: [Java] Allow failures for JDK9 for now Author: Wes McKinney <[email protected]> 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 <[email protected]> Authored: Fri Sep 8 00:01:22 2017 -0400 Committer: Wes McKinney <[email protected]> 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
