Repository: commons-io Updated Branches: refs/heads/master 2a915f587 -> b1ee00d70
Add oraclejdk7 to Travis CI build. Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/b1ee00d7 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/b1ee00d7 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/b1ee00d7 Branch: refs/heads/master Commit: b1ee00d701a7bb247bc8f24e226cb8ad7411cb0a Parents: 2a915f5 Author: Gary Gregory <[email protected]> Authored: Fri Nov 18 13:53:12 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 18 13:53:12 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/b1ee00d7/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c1335bd..c2fac09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ sudo: false jdk: - openjdk7 + - oraclejdk7 - oraclejdk8 after_success:
