You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gobblin.apache.org by le...@apache.org on 2020/06/01 21:57:03 UTC

[incubator-gobblin] branch master updated: [GOBBLIN-1172] Migrate to Ubuntu 18 with openjdk8 for Travis

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

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


The following commit(s) were added to refs/heads/master by this push:
     new eb3e9c0  [GOBBLIN-1172] Migrate to Ubuntu 18 with openjdk8 for Travis
eb3e9c0 is described below

commit eb3e9c0f162ba8c5e27d2ec1997cc5fe28602ab7
Author: aprokofi <ap...@linkedin.com>
AuthorDate: Mon Jun 1 14:56:54 2020 -0700

    [GOBBLIN-1172] Migrate to Ubuntu 18 with openjdk8 for Travis
    
    Closes #3016 from aplex/buildenv-jdk
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 4473698..5591dcd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,11 @@
 language: java
 
-dist: xenial
+dist: bionic
 sudo: required
 
+jdk:
+  - openjdk8
+
 addons:
   apt:
     packages: