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:37:49 UTC

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


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

commit 3a18426f32f87b65faac80f444e72174fa5f5c86
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Apr 15 09:37:44 2020 -0400

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

diff --git a/.travis.yml b/.travis.yml
index f65de4b..a832ff4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,6 +22,7 @@ jdk:
   - openjdk11
   - openjdk12
   - openjdk13
+  - openjdk14
   - openjdk-ea
 
 matrix: