Repository: arrow
Updated Branches:
  refs/heads/master 86c67d061 -> f0f1ca60d


ARROW-1138: Travis: Use OpenJDK7 instead of OracleJDK7

Will merge on green build to unbreak Travis but it would be very helpful if a 
Java expert can review this change.

Author: Uwe L. Korn <uw...@xhochy.com>

Closes #765 from xhochy/fix-jdk and squashes the following commits:

262f6f9 [Uwe L. Korn] Switch to openjdk7
751444a [Uwe L. Korn] Add JDK 7 to package list


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

Branch: refs/heads/master
Commit: f0f1ca60d8581dc252568c27fa3481aa5e1cf9ac
Parents: 86c67d0
Author: Uwe L. Korn <uw...@xhochy.com>
Authored: Thu Jun 22 09:12:43 2017 +0200
Committer: Uwe L. Korn <uw...@xhochy.com>
Committed: Thu Jun 22 09:12:43 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/f0f1ca60/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7a8b16c..a32562f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,7 @@ addons:
     - gtk-doc-tools
     - autoconf-archive
     - libgirepository1.0-dev
+
 services:
   - docker
 
@@ -59,13 +60,13 @@ matrix:
     - $TRAVIS_BUILD_DIR/ci/travis_script_manylinux.sh
   - language: java
     os: linux
-    jdk: oraclejdk7
+    jdk: openjdk7
     script:
     - $TRAVIS_BUILD_DIR/ci/travis_script_java.sh
   - language: java
     os: linux
     env: ARROW_TEST_GROUP=integration
-    jdk: oraclejdk7
+    jdk: openjdk7
     before_script:
     - export CC="gcc-4.9"
     - export CXX="g++-4.9"

Reply via email to