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:
Jakob Stoklund Olesen
2016-09-17 11:29:52 -07:00
parent 1c1ae524aa
commit 951ff3e6fc

View File

@@ -4,3 +4,7 @@ rust:
- beta - beta
- nightly - nightly
script: ./test-all.sh script: ./test-all.sh
cache:
- cargo
- directories:
- src/tools/target