mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-01 15:01:49 +00:00
Speed up the travis clippy installation
This commit is contained in:
parent
b47e1a6dc3
commit
9a0f05d00d
@ -19,7 +19,7 @@ channel() {
|
|||||||
if [ -n "${CLIPPY}" ]; then
|
if [ -n "${CLIPPY}" ]; then
|
||||||
if [ -n "${TRAVIS}" ]; then
|
if [ -n "${TRAVIS}" ]; then
|
||||||
# cached installation will not work on a later nightly
|
# cached installation will not work on a later nightly
|
||||||
cargo install clippy --force
|
cargo install clippy --debug --force
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd "$DIR/serde"
|
cd "$DIR/serde"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user