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/04/15 13:34:10 UTC

[commons-cli] branch master updated: Add openjdk14 to 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-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 6acfed4  Add openjdk14 to Travis.
6acfed4 is described below

commit 6acfed48faf761c19c763212b366720ef0d887c1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Apr 15 09:34:06 2020 -0400

    Add openjdk14 to Travis.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index d52d769..755e5d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ jdk:
   - openjdk11
   - openjdk12
   - openjdk13
+  - openjdk14  
   - openjdk-ea
 
 script: