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 2018/03/29 20:33:10 UTC

hive git commit: HIVE-19080: Fix travis build

Repository: hive
Updated Branches:
  refs/heads/master e02597af1 -> 02eb18168


HIVE-19080: Fix travis build


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

Branch: refs/heads/master
Commit: 02eb1816820e273c710a068cc859f255f7049dbb
Parents: e02597a
Author: Prasanth Jayachandran <pr...@apache.org>
Authored: Thu Mar 29 13:32:54 2018 -0700
Committer: Prasanth Jayachandran <pr...@apache.org>
Committed: Thu Mar 29 13:32:54 2018 -0700

----------------------------------------------------------------------
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/02eb1816/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index bd002b9..aae1b44 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,9 +27,9 @@ language: java
 jdk:
   - oraclejdk8
 
-cache:
-  directories:
-  - $HOME/.m2
+#cache:
+#  directories:
+#  - $HOME/.m2
 
 env:
   MAVEN_SKIP_RC=true