From ebea8c2337a6adeec12eb5b9800e3d8b0df15061 Mon Sep 17 00:00:00 2001 From: Matt Ickstadt Date: Tue, 24 Jul 2018 17:29:44 -0500 Subject: [PATCH] Fix travis cache configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 73061f1d..45513b62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: rust cache: timeout: 360 - - cargo + cargo: true before_cache: - chmod -R a+r $HOME/.cargo