From 4a8800a7c454064ec15b58350e9189d1c95a9fed Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Mon, 14 May 2018 08:19:16 +0200 Subject: [PATCH] Disable build caching in Travis. This might or might not fix a build failure that I cannot reproduce locally --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fa559df..25d02ed 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-/"