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/08/02 18:04:16 UTC

commons-collections git commit: [COLLECTIONS-655] Update platform from Java 6 to Java 7.

Repository: commons-collections
Updated Branches:
  refs/heads/master eef8f1a0a -> e5d0c9df8


[COLLECTIONS-655] Update platform from Java 6 to Java 7.

remove openjdk6 from travis configuration


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

Branch: refs/heads/master
Commit: e5d0c9df84b59ff73840ddaa6c47c607bb10b77b
Parents: eef8f1a
Author: pascalschumacher <pa...@gmx.net>
Authored: Wed Aug 2 20:04:09 2017 +0200
Committer: pascalschumacher <pa...@gmx.net>
Committed: Wed Aug 2 20:04:09 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/e5d0c9df/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7a3645e..de60802 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: java
 sudo: false
 
 jdk:
-  - openjdk6
   - openjdk7
   - oraclejdk8