We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3156e09 + 55c3a3b commit 000c3ffCopy full SHA for 000c3ff
.travis.yml
@@ -13,8 +13,8 @@ cache:
13
- $HOME/.cargo
14
before_cache:
15
- cargo install -Z install-upgrade cargo-cache --debug
16
- - cargo cache --autoclean
17
- find $HOME/.cargo/bin/ ! -type d -exec strip {} \;
+ - cargo cache --autoclean
18
19
env:
20
global:
ci/integration-tests.sh
@@ -28,6 +28,7 @@ cargo clippy \
28
-W clippy::nursery \
29
> clippy_output 2>&1 || true
30
31
+cargo uninstall clippy
32
cat clippy_output
33
34
if grep -q "internal compiler error\|query stack during panic\|E0463" clippy_output; then
0 commit comments