Repository: commons-fileupload Updated Branches: refs/heads/master 86a79bcea -> fc2d541d3
.travis.yml: remove oraclejdk7 (no longer available) and add openjdk6 Project: http://git-wip-us.apache.org/repos/asf/commons-fileupload/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-fileupload/commit/cc67fb5c Tree: http://git-wip-us.apache.org/repos/asf/commons-fileupload/tree/cc67fb5c Diff: http://git-wip-us.apache.org/repos/asf/commons-fileupload/diff/cc67fb5c Branch: refs/heads/master Commit: cc67fb5c51548cdb87e3888f1696a2622bb4b446 Parents: 86a79bc Author: Pascal Schumacher <[email protected]> Authored: Fri Aug 4 17:56:30 2017 +0200 Committer: Pascal Schumacher <[email protected]> Committed: Fri Aug 4 17:56:30 2017 +0200 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-fileupload/blob/cc67fb5c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c2fac09..7733fe4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ language: java sudo: false jdk: + - openjdk6 - openjdk7 - - oraclejdk7 - oraclejdk8 after_success:
