Skip to content

Commit 07119d3

Browse files
committed
build: strip before caching in .cargo/bin
1 parent 62222c3 commit 07119d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cache:
1212
directories:
1313
- $HOME/.cargo
1414
before_cache:
15+
- strip -s $HOME/.cargo/bin/*
1516
- cargo install -Z install-upgrade cargo-cache --debug
1617
- cargo cache --autoclean
1718

0 commit comments

Comments
 (0)