aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorhomunkulus <homunkulus@gmx.com>2017-12-09 14:26:38 +0000
committerhomunkulus <homunkulus@gmx.com>2017-12-09 14:26:38 +0000
commit40ebb93cc6ec8533d4532853c3fd01693af09d8e (patch)
tree2a452f6e7d7d02bc9d17494554f04afcab8efd63 /.travis.yml
parent0a0e0e2b382d826ac7b423c91f39d2abf91a010f (diff)
parentd6c240f9743067c81e68adcf35c60304573db8b9 (diff)
Auto merge of #56 - japaric:not-send, r=japaric
make resource proxies !Send None
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 094e996..59a66b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,7 +51,10 @@ script:
after_script: set +e
-cache: cargo
+cache:
+ cargo: true
+ directories:
+ - $HOME/.xargo
before_cache:
- chmod -R a+r $HOME/.cargo