Commented out Oracle JDK 7 from CI because it's EoL
Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/357323a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/357323a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/357323a5 Branch: refs/heads/HIVEMALL-24-2 Commit: 357323a522c594830f6cdfeff4d5c115c6f28dd9 Parents: 550bb4e Author: Makoto Yui <[email protected]> Authored: Wed Jul 26 01:01:07 2017 +0900 Committer: Makoto Yui <[email protected]> Committed: Wed Jul 26 01:01:07 2017 +0900 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/357323a5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 323e36a..96f8f4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ env: language: java jdk: - openjdk7 - - oraclejdk7 +# - oraclejdk7 - oraclejdk8 branches:
