You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/06/30 21:35:50 UTC

[commons-lang] branch master updated: Oracle JDK 8 and 11 are no longer available on travis.

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 9fd7ad2  Oracle JDK 8 and 11 are no longer available on travis.
9fd7ad2 is described below

commit 9fd7ad2d5b2e86988fadd38eea9889b39857dfe8
Author: pascalschumacher <pa...@gmx.net>
AuthorDate: Sun Jun 30 23:35:40 2019 +0200

    Oracle JDK 8 and 11 are no longer available on travis.
---
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index cff0180..bc8f156 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,8 +16,6 @@
 language: java
 
 jdk:
-  - oraclejdk8
-  - oraclejdk11
   - openjdk8
   - openjdk11
   - openjdk12