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/09/20 20:03:48 UTC

[commons-logging] branch master updated: Drop Java 6 build since Java 7 is the requirement.

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


The following commit(s) were added to refs/heads/master by this push:
     new 5539096  Drop Java 6 build since Java 7 is the requirement.
5539096 is described below

commit 55390967981b3ebe180b7ef197cd43868cb7e8ff
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 20 16:03:44 2020 -0400

    Drop Java 6 build since Java 7 is the requirement.
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dd12baf..bc619e6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,6 @@ sudo: false
 dist: precise
 
 jdk:
-  - openjdk6
   - openjdk7
   - oraclejdk8