diff --git a/travis.sh b/travis.sh index f37a7a07..7c981c60 100755 --- a/travis.sh +++ b/travis.sh @@ -19,7 +19,7 @@ channel() { if [ -n "${CLIPPY}" ]; then if [ -n "${TRAVIS}" ]; then # cached installation will not work on a later nightly - cargo install clippy --force + cargo install clippy --debug --force fi cd "$DIR/serde"