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/11 18:48:22 UTC

[commons-collections] branch master updated: Oracle 8 is discontinued in Travis.

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


The following commit(s) were added to refs/heads/master by this push:
     new 77c4cee  Oracle 8 is discontinued in Travis.
77c4cee is described below

commit 77c4cee3435220c26873227326dab9b70edc7812
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Aug 11 14:48:18 2019 -0400

    Oracle 8 is discontinued in Travis.
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 32859f1..088466d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,6 @@ matrix:
     - os: linux-ppc64le
       jdk: openjdk8
 jdk:
-  - oraclejdk8
   - oraclejdk11
   - openjdk8
   - openjdk11