You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by es...@apache.org on 2020/08/27 19:39:48 UTC

[bahir-flink] branch master updated: [BAHIR-244] Update travis dist to bionic (#97)

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

eskabetxe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bahir-flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a4cadc  [BAHIR-244] Update travis dist to bionic (#97)
8a4cadc is described below

commit 8a4cadccef8777a06b8c151c597b779c7899543a
Author: Joao Boto <bo...@boto.pro>
AuthorDate: Thu Aug 27 21:39:38 2020 +0200

    [BAHIR-244] Update travis dist to bionic (#97)
---
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 67bf903..96f702d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,7 @@
 #
 
 sudo: required
-dist: trusty
+dist: bionic
 
 language: java
 
@@ -31,7 +31,6 @@ cache:
 install: true
 
 jdk:
-  - oraclejdk8
   - openjdk8
 
 env: