mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-10-30 12:16:08 -04:00
Disable cargo cache as it doesn't appear to be helping at all
This commit is contained in:
parent
69cfa16df9
commit
f546558035
1 changed files with 1 additions and 10 deletions
11
.travis.yml
11
.travis.yml
|
@ -5,15 +5,6 @@ env:
|
||||||
global:
|
global:
|
||||||
- RUST_LOG=warn
|
- RUST_LOG=warn
|
||||||
|
|
||||||
# Cache hints based off of https://gist.github.com/jkcclemens/000456ca646bd502cac0dbddcb8fa307
|
|
||||||
cache:
|
cache:
|
||||||
cargo: true
|
|
||||||
directories:
|
directories:
|
||||||
- $TRAVIS_BUILD_DIR/results # So we don't have to check all the things every time
|
- 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/
|
|
Loading…
Reference in a new issue