From 0439ca0d8ed41d7c448ff0e2cf20c2364f8cf931 Mon Sep 17 00:00:00 2001 From: Magnus Hovland Hoff Date: Mon, 24 Sep 2018 18:30:17 +0200 Subject: [PATCH] Avoid storing build cache in travis, it costs more than we gain --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7510cb1..8a11e69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,10 +30,6 @@ deploy: branch: master rust: stable -cache: cargo -before_cache: -- chmod -R a+r $HOME/.cargo - branches: except: - "/^untagged-/"