diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-04-16 21:33:34 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-04-16 21:33:34 +0200 |
| commit | 44122bfc3d2b86ce835daf6f042ea18eabe37b88 (patch) | |
| tree | bb9bce436bb95196df77771f6881ac269b13ec9b /.travis.yml | |
| parent | efca108103228f94e061ea06778555241c55b4f9 (diff) | |
don't cache the Xargo directory
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 2972690..44d1a6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,10 +51,7 @@ script: after_script: set +e -cache: - cargo: true - directories: - - $HOME/.xargo +cache: cargo before_cache: - chmod -R a+r $HOME/.cargo |
