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/08/06 13:43:58 UTC

[commons-compress] branch master updated: Drop Java 9, 12, 13 from 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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new d3b33f8  Drop Java 9, 12, 13 from Travis CI.
d3b33f8 is described below

commit d3b33f88cf0fe7f23abb04112fa0f1fa81c7ff69
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 6 09:43:19 2020 -0400

    Drop Java 9, 12, 13 from Travis CI.
---
 .travis.yml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a92d6f3..afdb5c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,22 +22,12 @@ matrix:
     - dist: trusty
       jdk: openjdk8
     - dist: xenial
-      jdk: openjdk10
-    - dist: xenial
       jdk: openjdk11
     - dist: trusty
       jdk: oraclejdk8
     - dist: trusty
-      jdk: oraclejdk9
-    - dist: trusty
       jdk: oraclejdk11
     - dist: trusty
-      jdk: oraclejdk12
-    - dist: trusty
-      jdk: openjdk12
-    - dist: trusty
-      jdk: openjdk13
-    - dist: trusty
       jdk: openjdk14
     - dist: trusty
       jdk: openjdk-ea