diff options
author | 2018-05-11 20:31:14 +0200 | |
---|---|---|
committer | 2018-05-11 20:31:14 +0200 | |
commit | 7a0ba8063a181e1b8df9673fdd9e83d10c451678 (patch) | |
tree | 7409b23d46e67ac847e6ea001b7c7ffe3d9af865 | |
parent | a448e9156e2cb1e556e5441fd65426952ef4b927 (diff) | |
download | cortex-m-7a0ba8063a181e1b8df9673fdd9e83d10c451678.tar.gz cortex-m-7a0ba8063a181e1b8df9673fdd9e83d10c451678.tar.zst cortex-m-7a0ba8063a181e1b8df9673fdd9e83d10c451678.zip |
travis: remove ~/.xargo from the cache
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 1e00ce6..5352915 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,10 +70,7 @@ script: after_script: set +e -cache: - cargo: true - directories: - - $HOME/.xargo +cache: cargo before_cache: - chmod -R a+r $HOME/.cargo; |