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:35:47 UTC

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


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

commit dd3fd7827d4cb29c67a0c9e8d1825f5fb76080f7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Apr 15 09:35:43 2020 -0400

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

diff --git a/.travis.yml b/.travis.yml
index 6b17caa..50b50d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ jdk:
   - openjdk11
   - openjdk12
   - openjdk13
+  - openjdk14
   - openjdk-ea
 
 after_success: