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 2019/07/01 19:38:51 UTC

[commons-io] branch master updated: Add OpenJDK 13.

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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c88a63  Add OpenJDK 13.
7c88a63 is described below

commit 7c88a633b0c93a870b0dacb736009bcf270eaabc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jul 1 15:38:48 2019 -0400

    Add OpenJDK 13.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 57ee48c..b9a7542 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ jdk:
   - openjdk8
   - openjdk11
   - openjdk12
+  - openjdk13
   - openjdk-ea
   - oraclejdk8
   - oraclejdk11