chore: fix cache issue on Travis

This commit is contained in:
Yuki Okushi 2019-10-02 05:30:08 +09:00 committed by Kevin K
parent 57cb4d2f83
commit 28a3abdd16
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

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