Tell Travis to cache Cargo intermediate build products.
The CI builds were using a lot of time downloading and building crates.
This commit is contained in:
@@ -4,3 +4,7 @@ rust:
|
||||
- beta
|
||||
- nightly
|
||||
script: ./test-all.sh
|
||||
cache:
|
||||
- cargo
|
||||
- directories:
|
||||
- src/tools/target
|
||||
|
||||
Reference in New Issue
Block a user