You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2020/03/13 22:57:49 UTC

[incubator-iceberg] branch master updated: CI: Update travis to use bionic (#793)

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

blue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 0090484  CI: Update travis to use bionic (#793)
0090484 is described below

commit 00904843a8a1c25408c20019ed6e87688b045cf0
Author: Ted Gooch <te...@gmail.com>
AuthorDate: Fri Mar 13 15:57:39 2020 -0700

    CI: Update travis to use bionic (#793)
    
    Co-authored-by: Ted Gooch <tg...@netflix.com>
    Co-authored-by: Ryan Blue <rd...@users.noreply.github.com>
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c4b0c95..a082946 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,11 +18,12 @@
 #
 
 sudo: false
-dist: trusty
+dist: bionic
 
 matrix:
   include:
   - language: java
+    jdk: openjdk8
     name: java
     before_cache:
       - rm -f  $HOME/.gradle/caches/modules-2/modules-2.lock