don't cache the Xargo directory

This commit is contained in:
Jorge Aparicio 2018-04-16 21:33:34 +02:00
parent efca108103
commit 44122bfc3d

View file

@ -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