Skip to content

Commit

Permalink
.travis.yml: disable caching
Browse files Browse the repository at this point in the history
The Travis docs say that caching is probably not a net win if you're caching
more than a few hundred megabytes of deps, and we are. Also, I recall seeing
other Rust projects disable Travis caching for performance reasons. I recently
had to clear the caches because they were getting so big that Travis was
timing out.
  • Loading branch information
pkgw committed Aug 6, 2019
1 parent 2db4045 commit 2cbb2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

language: rust

cache: cargo
cache: false

matrix:
include:
Expand Down

0 comments on commit 2cbb2b5

Please sign in to comment.