From 1ce14012636e5e685c69a25a7ef76fabeb24fbe5 Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 28 Jun 2019 11:07:54 +0700 Subject: [PATCH] travis: Include cargo registry when cache This reduces the crates downloading time upto 30 seconds on fast network. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc0e9430..bb604074 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,6 @@ cache: directories: - "$HOME/.cargo" - "$HOME/.cache/sccache" -before_cache: - - rm -rf "$HOME/.cargo/registry" env: global: