You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pr...@apache.org on 2017/04/05 18:06:57 UTC

hive git commit: HIVE-16384: Remove jdk7 build from travis

Repository: hive
Updated Branches:
  refs/heads/master 13623912d -> 674138a65


HIVE-16384: Remove jdk7 build from travis


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/674138a6
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/674138a6
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/674138a6

Branch: refs/heads/master
Commit: 674138a6569df2d4ea9bb0d92ca5709a72d6be68
Parents: 1362391
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Wed Apr 5 11:06:45 2017 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Wed Apr 5 11:06:45 2017 -0700

----------------------------------------------------------------------
 .travis.yml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/674138a6/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d13b996..f392338 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,10 +23,8 @@ dist: trusty
 # that requires full git history, enable this
 # before_install: git fetch --unshallow
 
-# parallel builds on jdk7 and jdk8
 language: java
 jdk:
-  - oraclejdk7
   - oraclejdk8
 
 cache: