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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git

commit 5b0d0ecef7956fd138bc7222f42353fa6ab49c5c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Aug 8 23:08:01 2020 -0400

    Try to force to use the latest Java 11 instead of 11.0.2
    to fix
    https://bugs.openjdk.java.net/browse/JDK-8212233
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index d4bac78..8ed0bd8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ jdk:
 # 
https://github.com/travis-ci/travis-cookbooks/blob/master/cookbooks/travis_jdk/files/install-jdk.sh#L200
 # (which has 11.0.2 hard-coded!), and instead replace it with the latest 
openjdk-11-jdk-headless Ubuntu package.
 # NB /usr/local/lib/jvm/openjdk11/bin is also on the PATH, but there's no need 
to change it (because we rm -rf anyway)
-  matrix:
+matrix:
   allow_failures:
     - jdk: openjdk-ea
     - jdk: openjdk14

Reply via email to