Repository: zeppelin Updated Branches: refs/heads/master a66bff06f -> 50356437d
[HOTFIX] Fix flaky travis build due to corrupted jar (cherry picked from commit 98b926ae2e422e3b327faacdb396eff29070b44b) Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/50356437 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/50356437 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/50356437 Branch: refs/heads/master Commit: 50356437d3a742fb21b1da74762902bcdb7fb9c8 Parents: a66bff0 Author: Jeff Zhang <[email protected]> Authored: Tue Jul 17 08:32:49 2018 +0800 Committer: Jeff Zhang <[email protected]> Committed: Thu Jul 19 16:24:17 2018 +0800 ---------------------------------------------------------------------- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/50356437/.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:
