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/08/02 03:34:38 UTC

[commons-io] branch master updated: Remove Java 7 and Oracls Java 8 from Travis builds.

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


The following commit(s) were added to refs/heads/master by this push:
     new a315d69  Remove Java 7 and Oracls Java 8 from Travis builds.
a315d69 is described below

commit a315d695e9da1d9fb68c20cc1987ef92447f370c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Aug 1 23:34:34 2019 -0400

    Remove Java 7 and Oracls Java 8 from Travis builds.
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index b9a7542..6fe63c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,13 +17,11 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk7
   - openjdk8
   - openjdk11
   - openjdk12
   - openjdk13
   - openjdk-ea
-  - oraclejdk8
   - oraclejdk11
 
 script: