Skip to content

Commit 04a3293

Browse files
committed
strip no -s
1 parent 07119d3 commit 04a3293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cache:
1212
directories:
1313
- $HOME/.cargo
1414
before_cache:
15-
- strip -s $HOME/.cargo/bin/*
15+
- find $HOME/.cargo/bin/ ! -type d -exec strip {} \;
1616
- cargo install -Z install-upgrade cargo-cache --debug
1717
- cargo cache --autoclean
1818

0 commit comments

Comments
 (0)