From 45ce40e5d44801193220d2c546be8de0feeef988 Mon Sep 17 00:00:00 2001 From: Simon Mo Date: Mon, 16 Mar 2020 00:18:01 -0700 Subject: [PATCH] Disable Travis Disk Cache (#7612) There are some file sizes and memory issue with bazel disk cache we will disable the cache and use remote cache exclusively for now --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7fda0410d..b731b8f36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -377,6 +377,3 @@ deploy: all_branches: true condition: $LINUX_WHEELS = 1 || $MAC_WHEELS = 1 -cache: - directories: - - $HOME/ray-bazel-cache