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 2017/07/24 21:42:59 UTC

[lang] Remove oraclejdk7 from travis configuration, because it is no longer available.

Repository: commons-lang
Updated Branches:
  refs/heads/master 187a05b8a -> fdccdeaec


Remove oraclejdk7 from travis configuration, because it is no longer available.

see: https://github.com/travis-ci/travis-ci/issues/7964#issuecomment-316769421 for details


Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/fdccdeae
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/fdccdeae
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/fdccdeae

Branch: refs/heads/master
Commit: fdccdeaec531bbb9dbb88f0329b6a351dac09690
Parents: 187a05b
Author: pascalschumacher <pa...@gmx.net>
Authored: Mon Jul 24 23:42:38 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Mon Jul 24 23:42:38 2017 +0200

----------------------------------------------------------------------
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/fdccdeae/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 1d9c9cd..be7c71f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@ sudo: false
 
 jdk:
   - openjdk7
-  - oraclejdk7
   - oraclejdk8
 
 script: