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
|
- beta
|
||||||
- nightly
|
- nightly
|
||||||
script: ./test-all.sh
|
script: ./test-all.sh
|
||||||
|
cache:
|
||||||
|
- cargo
|
||||||
|
- directories:
|
||||||
|
- src/tools/target
|
||||||
|
|||||||
Reference in New Issue
Block a user