Repository: zeppelin
Updated Branches:
  refs/heads/travis [created] 10d256d35


[HOTFIX] Fix flaky travis build due to corrupted jar


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/10d256d3
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/10d256d3
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/10d256d3

Branch: refs/heads/travis
Commit: 10d256d356bbaf3931e73f0180da9845781de80b
Parents: ec14166
Author: Jeff Zhang <[email protected]>
Authored: Tue Jul 17 08:32:49 2018 +0800
Committer: Jeff Zhang <[email protected]>
Committed: Thu Jul 19 16:22:51 2018 +0800

----------------------------------------------------------------------
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/10d256d3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7c10987..d6af8f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,10 @@ language: java
 
 sudo: false
 
+
+before_cache:
+    - sudo chown -R travis:travis $HOME/.m2
+    
 cache:
   apt: true
   directories:

Reply via email to