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-cli.git


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

commit 6eb7d3469027fd004e1b2655bf5292f03d5ff196
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 20 21:27:37 2020 -0500

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

diff --git a/.travis.yml b/.travis.yml
index e487966..440cb75 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ language: java
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk14  
+  - openjdk15
   - openjdk-ea
 
 script:

Reply via email to