mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-04 12:00:12 +00:00
Disable cargo cache as it doesn't appear to be helping at all
This commit is contained in:
parent
69cfa16df9
commit
f546558035
11
.travis.yml
11
.travis.yml
@ -5,15 +5,6 @@ env:
|
||||
global:
|
||||
- RUST_LOG=warn
|
||||
|
||||
# Cache hints based off of https://gist.github.com/jkcclemens/000456ca646bd502cac0dbddcb8fa307
|
||||
cache:
|
||||
cargo: true
|
||||
directories:
|
||||
- $TRAVIS_BUILD_DIR/results # So we don't have to check all the things every time
|
||||
before_cache:
|
||||
- rm -rfv target/debug/incremental/awesome_rust-*
|
||||
- rm -rfv target/debug/.fingerprint/awesome_rust-*
|
||||
- rm -rfv target/debug/deps/awesome_rust-*
|
||||
- rm -rfv target/debug/awesome_rust.d
|
||||
- rm -rfv target/debug/incremental/awesome_rust-*
|
||||
- rm -rfv /home/travis/.cargo/registry/
|
||||
- results # So we don't have to check all the things every time
|
Loading…
Reference in New Issue
Block a user