Add one more folder to `rm` in .travis.yml

This commit is contained in:
Daniel Sockwell 2020-04-21 17:31:28 -04:00
parent a01621d6ac
commit e4b15439dd
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ jobs:
fast_finish: true
cache: cargo
before_cache:
- rm -rfv target/debug/incremental/{flodgatt}-*
- rm -rfv "$TRAVIS_HOME/.cargo/registry/src"
- rm -rfv target/debug/incremental/flodgatt-*
- rm -rfv target/debug/.fingerprint/flodgatt-*
- rm -rfv target/debug/build/flodgatt-*
- rm -rfv target/debug/deps/libflodgatt-*