You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/01 15:24:59 UTC

[commons-compress] branch master updated: Replace Java 14 with 15 (latest) on Travis.

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


The following commit(s) were added to refs/heads/master by this push:
     new 176abe1  Replace Java 14 with 15 (latest) on Travis.
176abe1 is described below

commit 176abe15ba3084d89472c6a42133a46df68e7dc2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 1 10:24:54 2020 -0500

    Replace Java 14 with 15 (latest) on Travis.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ff97b61..2dae503 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,7 +28,7 @@ cache:
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk14
+  - openjdk15
   - openjdk-ea
 
 matrix: