You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by eo...@apache.org on 2018/10/03 08:34:48 UTC

[bookkeeper] branch master updated: Add Oracle JDK11 to Travis CI build

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

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b00ef3  Add Oracle JDK11 to Travis CI build
9b00ef3 is described below

commit 9b00ef3760a96ddce7e49e6cfdf2f7740554aaa9
Author: Enrico Olivelli <eo...@gmail.com>
AuthorDate: Wed Oct 3 10:34:44 2018 +0200

    Add Oracle JDK11 to Travis CI build
    
    Descriptions of the changes in this PR:
    
    ### Motivation
    
    Start testing builds on JDK11, as it is the latest available version of Java
    
    ### Changes
    
    Add Oracle JDK 11 to Travis configuration file
    
    Master Issue: #1710
    
    
    
    
    Author:
    
    Reviewers: Sijie Guo <si...@apache.org>
    
    This closes #1732 from eolivelli/fix/travis-jdk11
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index c645809..7c9b257 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -37,6 +37,8 @@ matrix:
     #  env: CUSTOM_JDK="oraclejdk9"
     - os: linux
       env: CUSTOM_JDK="oraclejdk10"
+    - os: linux
+      env: CUSTOM_JDK="oraclejdk11"
 
 before_install: 
 - |