Add oraclejdk7 to Travis CI. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1790588 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/117d7e80 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/117d7e80 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/117d7e80 Branch: refs/heads/master Commit: 117d7e80dcc139723190744e323c654af28853cd Parents: 30b2aca Author: Gary D. Gregory <[email protected]> Authored: Fri Apr 7 17:49:44 2017 +0000 Committer: Gary D. Gregory <[email protected]> Committed: Fri Apr 7 17:49:44 2017 +0000 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/117d7e80/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0a0f062..1731545 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ sudo: false jdk: - openjdk6 - openjdk7 + - oraclejdk7 - oraclejdk8 # only build trunk
