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/11 14:50:48 UTC

[commons-vfs] branch master updated: Add openjdk13 since openjdk-ea is now Java 14-EA.

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


The following commit(s) were added to refs/heads/master by this push:
     new ba775ca  Add openjdk13 since openjdk-ea is now Java 14-EA.
ba775ca is described below

commit ba775ca808253d7fa64d5243dca076a3eb15c857
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 11 10:50:45 2019 -0400

    Add openjdk13 since openjdk-ea is now Java 14-EA.
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index c2757bb..2749da2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ jdk:
   - openjdk8
   - openjdk11
   - openjdk12
+  - openjdk13
   - openjdk-ea
   - oraclejdk8
   - oraclejdk11