We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07119d3 commit 04a3293Copy full SHA for 04a3293
.travis.yml
@@ -12,7 +12,7 @@ cache:
12
directories:
13
- $HOME/.cargo
14
before_cache:
15
- - strip -s $HOME/.cargo/bin/*
+ - find $HOME/.cargo/bin/ ! -type d -exec strip {} \;
16
- cargo install -Z install-upgrade cargo-cache --debug
17
- cargo cache --autoclean
18
0 commit comments