Skip to content

Commit f546558

Browse files
committed
Disable cargo cache as it doesn't appear to be helping at all
1 parent 69cfa16 commit f546558

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.travis.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ env:
55
global:
66
- RUST_LOG=warn
77

8-
# Cache hints based off of https://gist.github.com/jkcclemens/000456ca646bd502cac0dbddcb8fa307
98
cache:
10-
cargo: true
119
directories:
12-
- $TRAVIS_BUILD_DIR/results # So we don't have to check all the things every time
13-
before_cache:
14-
- rm -rfv target/debug/incremental/awesome_rust-*
15-
- rm -rfv target/debug/.fingerprint/awesome_rust-*
16-
- rm -rfv target/debug/deps/awesome_rust-*
17-
- rm -rfv target/debug/awesome_rust.d
18-
- rm -rfv target/debug/incremental/awesome_rust-*
19-
- rm -rfv /home/travis/.cargo/registry/
10+
- results # So we don't have to check all the things every time

0 commit comments

Comments
 (0)