You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ta...@apache.org on 2019/12/12 16:15:13 UTC

[predictionio] branch develop updated: [PIO-214] use openjdk8 as oraclejdk8 is no longer available in the default Travis build image (#525)

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

takezoe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/predictionio.git


The following commit(s) were added to refs/heads/develop by this push:
     new d9628ca  [PIO-214] use openjdk8 as oraclejdk8 is no longer available in the default Travis build image (#525)
d9628ca is described below

commit d9628ca2f148b45a51bf4cea68699a72f25cb383
Author: Michael Reynolds <re...@gmail.com>
AuthorDate: Thu Dec 12 11:15:01 2019 -0500

    [PIO-214] use openjdk8 as oraclejdk8 is no longer available in the default Travis build image (#525)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f6037b5..8501bc1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -30,7 +30,7 @@ branches:
 language: scala
 
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 services:
   - docker