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/01/01 13:26:38 UTC

[commons-codec] branch master updated: OpenJDK 10 is EOL and no longer supported by Travis-CI.

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a65f8c  OpenJDK 10 is EOL and no longer supported by Travis-CI.
4a65f8c is described below

commit 4a65f8c58fc2b189ecf97b6179dbc8eaa6475b18
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jan 1 08:26:35 2020 -0500

    OpenJDK 10 is EOL and no longer supported by Travis-CI.
    
    See https://docs.travis-ci.com/user/languages/java/#using-java-10-and-later
    "Take note that oraclejdk10 is EOL since October 2018 and as such it’s
    not supported anymore on Travis CI. See
    https://www.oracle.com/technetwork/java/javase/eol-135779.html."
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 630e6b4..6f9d5e7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,6 @@ matrix:
 jdk:
   - oraclejdk11
   - openjdk8
-  - openjdk10
   - openjdk11
   - openjdk12
   - openjdk13