Repository: commons-collections Updated Branches: refs/heads/master 1750ac984 -> 4bcd8c12e
Remove openjdk7 build from Travis since we now require Java 8. Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/4bcd8c12 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/4bcd8c12 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/4bcd8c12 Branch: refs/heads/master Commit: 4bcd8c12ed2cd539b84b5f2bacf00a502949d19c Parents: 1750ac9 Author: Gary Gregory <[email protected]> Authored: Mon Jul 23 10:17:46 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Mon Jul 23 10:17:46 2018 -0600 ---------------------------------------------------------------------- .travis.yml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/4bcd8c12/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index b984f67..b7134a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ language: java sudo: false jdk: - - openjdk7 - oraclejdk8 - oraclejdk9
