mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
chore: fix cache issue on Travis
This commit is contained in:
parent
57cb4d2f83
commit
28a3abdd16
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
sudo: true
|
||||
language: rust
|
||||
cache: cargo
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cargo
|
||||
- $HOME/.rustup
|
||||
before_cache:
|
||||
- rm -rf /home/travis/.cargo/registry
|
||||
rust:
|
||||
- nightly
|
||||
- nightly-2019-06-18
|
||||
|
|
Loading…
Reference in a new issue