Merge pull request #281 from fitzgen/cache-cargo-install-in-ci

CI: re-enable caching for `cargo install`ed tools
master
ashley williams 7 years ago committed by GitHub
commit d0fc382c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .travis.yml

@ -1,6 +1,12 @@
language: rust
sudo: false
# Cache `cargo install`ed tools, but don't cache the project's `target`
# directory (which ends up over-caching and filling all disk space!)
cache:
directories:
- /home/travis/.cargo
DEPLOY_TO_GITHUB: &DEPLOY_TO_GITHUB
before_deploy:
- git config --local user.name "Ashley Williams"

Loading…
Cancel
Save