Merge pull request #382 from matthiasbeyer/cache-cargo-travis
Add cargo cache for travis
This commit is contained in:
commit
1f13594999
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ rust:
|
|||
- nightly
|
||||
- stable
|
||||
|
||||
cache: cargo
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
|
|
Loading…
Reference in a new issue