Skip to content

Commit ee058fe

Browse files
committed
Drop registry index cache on CI
1 parent 3e852e2 commit ee058fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ cache:
66
cargo: true
77
directories:
88
- $HOME/.npm
9-
before_cache: script/ci/prune-cache.sh
9+
before_cache:
10+
- script/ci/prune-cache.sh
11+
- rm -rf /home/travis/.cargo/registry/index/github.com-1ecc6299db9ec823/.cache
1012

1113
env:
1214
global:

0 commit comments

Comments
 (0)