mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 16:01:02 +00:00
Speed up the travis clippy installation
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user