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/08/10 16:15:24 UTC

[commons-cli] branch master updated: Drop openjdk12 and openjdk13 since these are neither LTS or the latest.

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 5baac5c  Drop openjdk12 and openjdk13 since these are neither LTS or the latest.
5baac5c is described below

commit 5baac5c252bdb2bc4ed9fe92ffdc6061fc6796ba
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 12:15:17 2020 -0400

    Drop openjdk12 and openjdk13 since these are neither LTS or the latest.
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7085945..e487966 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,8 +18,6 @@ language: java
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk12
-  - openjdk13
   - openjdk14  
   - openjdk-ea