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:30 UTC

[commons-codec] 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-codec.git


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

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

    Add openjdk14 to Travis.
---
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6f9d5e7..f4251ef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,8 @@ jdk:
   - openjdk11
   - openjdk12
   - openjdk13
-  - openjdk-ea  
+  - openjdk14  
+  - openjdk-ea
 
 script:
   - mvn