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

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


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

commit 5e7d88bc27c3d1d7aa0ebb77e0609ae0a39cf309
Author: Enrico Olivelli <[email protected]>
AuthorDate: Thu Jun 27 14:49:29 2019 +0200

    Move Travis to openjdk11, oraclejdk11 does not work anymore
    
    Author: Enrico Olivelli <[email protected]>
    
    Reviewers: Norbert Kalmar <[email protected]>
    
    Closes #1005 from eolivelli/fix/travis-openjdk11
---
 .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:

Reply via email to