You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by nk...@apache.org on 2019/06/27 12:49:55 UTC

[zookeeper] branch branch-3.5 updated: Move Travis to openjdk11, oraclejdk11 does not work anymore

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

nkalmar pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 6936781  Move Travis to openjdk11, oraclejdk11 does not work anymore
6936781 is described below

commit 69367814ad95317ddbdfc7614e8de3d7292fd365
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Thu Jun 27 14:49:29 2019 +0200

    Move Travis to openjdk11, oraclejdk11 does not work anymore
    
    Author: Enrico Olivelli <eo...@apache.org>
    
    Reviewers: Norbert Kalmar <nk...@apache.org>
    
    Closes #1005 from eolivelli/fix/travis-openjdk11
    
    (cherry picked from commit 5e7d88bc27c3d1d7aa0ebb77e0609ae0a39cf309)
    Signed-off-by: Norbert Kalmar <nk...@apache.org>
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 7880f1d..98d0027 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: java
 sudo: false
 jdk:
   - openjdk8
-  - oraclejdk11
+  - openjdk11
 
 cache:
   directories: