You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/09/20 08:19:56 UTC

[commons-io] branch master updated: Travis CI: Drop Java 12 build (Java 13 is now Generally Available).

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher 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 2539fc9  Travis CI: Drop Java 12 build (Java 13 is now Generally Available).
2539fc9 is described below

commit 2539fc97dd8db3c30681578fa4e099286e64243a
Author: pascalschumacher <pa...@gmx.net>
AuthorDate: Fri Sep 20 10:19:47 2019 +0200

    Travis CI: Drop Java 12 build (Java 13 is now Generally Available).
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6fe63c1..3759820 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,6 @@ sudo: false
 jdk:
   - openjdk8
   - openjdk11
-  - openjdk12
   - openjdk13
   - openjdk-ea
   - oraclejdk11