You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by nk...@apache.org on 2019/08/15 14:04:22 UTC

[parquet-mr] branch master updated: PARQUET-1637: Builds are failing because default jdk changed to openjdk11 on Travis (#665)

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

nkollar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 0d9bad5  PARQUET-1637: Builds are failing because default jdk changed to openjdk11 on Travis (#665)
0d9bad5 is described below

commit 0d9bad5fd1b3d79da530dcfba414877d737e5717
Author: Nándor Kollár <na...@users.noreply.github.com>
AuthorDate: Thu Aug 15 16:04:15 2019 +0200

    PARQUET-1637: Builds are failing because default jdk changed to openjdk11 on Travis (#665)
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 3fe18f6..fae25f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: java
+jdk: openjdk8
 before_install:
   - bash dev/travis-before_install.sh