You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by cu...@apache.org on 2018/04/28 01:46:58 UTC

[arrow] branch master updated: ARROW-2518: [Java] Re-instate JDK tests in matrix, but with JDK 8 instead of JDK 7

This is an automated email from the ASF dual-hosted git repository.

cutlerb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c8f17dd  ARROW-2518: [Java] Re-instate JDK tests in matrix, but with JDK 8 instead of JDK 7
c8f17dd is described below

commit c8f17dd0c6565e80932fef8ee1d98722aca523c0
Author: Andy Grove <an...@rms.com>
AuthorDate: Fri Apr 27 18:46:43 2018 -0700

    ARROW-2518: [Java] Re-instate JDK tests in matrix, but with JDK 8 instead of JDK 7
    
    Author: Andy Grove <an...@rms.com>
    
    Closes #1956 from agrove-rms/restore_java_tests and squashes the following commits:
    
    69309d0 <Andy Grove> re-instate JDK tests in matrix, but with JDK 8 instead of JDK 7
---
 .travis.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index ed396b0..2493077 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -99,6 +99,16 @@ matrix:
     - if [ $ARROW_CI_PYTHON_AFFECTED == "1" ]; then docker pull quay.io/xhochy/arrow_manylinux1_x86_64_base:latest; fi
     script:
     - if [ $ARROW_CI_PYTHON_AFFECTED == "1" ]; then $TRAVIS_BUILD_DIR/ci/travis_script_manylinux.sh; fi
+  # Java w/ OpenJDK 8
+  - language: java
+    os: linux
+    jdk: openjdk8
+    before_script:
+    - if [ $ARROW_CI_JAVA_AFFECTED != "1" ]; then exit; fi
+    - $TRAVIS_BUILD_DIR/ci/travis_install_linux.sh
+    script:
+    - $TRAVIS_BUILD_DIR/ci/travis_script_java.sh
+    - $TRAVIS_BUILD_DIR/ci/travis_script_javadoc.sh
   # Java w/ Oracle JDK 9
   - language: java
     os: linux

-- 
To stop receiving notification emails like this one, please contact
cutlerb@apache.org.