Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Don't cache Cargo registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Nov 30, 2018
1 parent 547a8c6 commit f75e68b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ branches:
cache:
cargo: true
timeout: 300
# Quicker to fetch that during the build than to transmit as part of the cache
before_cache:
- rm -rf /home/travis/.cargo/registry
os:
- linux
- osx
Expand Down

0 comments on commit f75e68b

Please sign in to comment.