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/14 18:41:28 UTC

[commons-bcel] branch master updated: Drop Oracle JDK 8.

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


The following commit(s) were added to refs/heads/master by this push:
     new 61f1cfc  Drop Oracle JDK 8.
61f1cfc is described below

commit 61f1cfc9d2a91a5b894cca96935dc7be6b50de1d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Aug 14 11:41:24 2019 -0700

    Drop Oracle JDK 8.
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index badeaf0..be45b21 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,6 @@ language: java
 sudo: false
 
 jdk:
-  - oraclejdk8
   - oraclejdk11
   - openjdk8
   - openjdk11