Browse Source

Tell Travis to cache Cargo intermediate build products.

The CI builds were using a lot of time downloading and building crates.
pull/3/head
Jakob Stoklund Olesen 8 years ago
parent
commit
951ff3e6fc
  1. 4
      .travis.yml

4
.travis.yml

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

Loading…
Cancel
Save