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:46:17 UTC

commons-io git commit: Remove oraclejdk7 from travis configuration, because it is no longer available.

Repository: commons-io
Updated Branches:
  refs/heads/master acceb6296 -> 9990c6669


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-io/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/9990c666
Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/9990c666
Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/9990c666

Branch: refs/heads/master
Commit: 9990c66690467cf6c08be921947532729b7ee91c
Parents: acceb62
Author: pascalschumacher <pa...@gmx.net>
Authored: Mon Jul 24 23:46:04 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Mon Jul 24 23:46:04 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-io/blob/9990c666/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index fd1f6f5..2a591a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,6 @@ sudo: false
 
 jdk:
   - openjdk7
-  - oraclejdk7
   - oraclejdk8
 
 script: