also cache the Xargo directory

This commit is contained in:
Jorge Aparicio 2017-12-09 15:25:46 +01:00
parent 8f23fdc934
commit d6c240f974

View file

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