You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2017/09/12 01:48:00 UTC

arrow git commit: ARROW-1527: Fix Travis CI JDK9 build

Repository: arrow
Updated Branches:
  refs/heads/master 7e9576426 -> 9ede7fbab


ARROW-1527: Fix Travis CI JDK9 build

Update `.travis.yml` to install JDK9 package as it seems it is not
part of the default trusty image.

Author: Laurent Goujon <la...@dremio.com>

Closes #1089 from laurentgo/laurent/travis-jdk9 and squashes the following commits:

19299b31 [Laurent Goujon] ARROW-1527: Fix Travis CI JDK9 build


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/9ede7fba
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/9ede7fba
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/9ede7fba

Branch: refs/heads/master
Commit: 9ede7fbab43461e0774f710c784e5359623347ad
Parents: 7e95764
Author: Laurent Goujon <la...@dremio.com>
Authored: Mon Sep 11 21:47:55 2017 -0400
Committer: Wes McKinney <we...@twosigma.com>
Committed: Mon Sep 11 21:47:55 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/9ede7fba/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 76ef8a7..c4a8f41 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -94,6 +94,10 @@ matrix:
     jdk: oraclejdk9
     script:
     - $TRAVIS_BUILD_DIR/ci/travis_script_java.sh
+    addons:
+      apt:
+        packages:
+          - oracle-java9-installer
   - language: java
     os: linux
     env: ARROW_TEST_GROUP=integration