[CI] Only cache .cargo dir

This commit is contained in:
bjorn3 2019-07-03 16:27:06 +02:00
parent c453b83f2b
commit 91b058de94

View File

@ -1,6 +1,8 @@
sudo: false
language: rust
cache: cargo
cache:
directories:
- $HOME/.cargo
os:
- linux