Repository: commons-lang Updated Branches: refs/heads/master 32a0f4609 -> e56ac1c37
Add oraclejdk7. Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/e56ac1c3 Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/e56ac1c3 Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/e56ac1c3 Branch: refs/heads/master Commit: e56ac1c37d236c9a0e4e7b86bd7d1b7201ac177d Parents: 32a0f46 Author: Gary Gregory <[email protected]> Authored: Fri Nov 25 21:44:05 2016 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Nov 25 21:44:05 2016 -0800 ---------------------------------------------------------------------- .travis.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/e56ac1c3/.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:
