From 6d04705a118c95c5f813cc840b92a1e95b000849 Mon Sep 17 00:00:00 2001
From: Jorge Aparicio <jorge@japaric.io>
Date: Thu, 21 Dec 2017 14:12:23 +0100
Subject: [PATCH] ci: cache the ~/.xargo directory

---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2e740cf..0b583f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,11 @@ script:
 
 after_script: set +e
 
-cache: cargo
+cache:
+  cargo: true
+  directories:
+    - $HOME/.xargo
+
 before_cache:
   # Travis can't cache files that are not readable by "others"
   - chmod -R a+r $HOME/.cargo
-- 
GitLab