From a5322c45438f6349adf9aaa90c7c37fae72f5981 Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Thu, 8 Nov 2018 20:06:48 +0100 Subject: [PATCH] Add bin to PATH for travis windows --- ci/base-tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/base-tests.sh b/ci/base-tests.sh index 88cc20842e82..d90308f4e435 100755 --- a/ci/base-tests.sh +++ b/ci/base-tests.sh @@ -27,6 +27,7 @@ cd clippy_dev && cargo test && cd .. # Perform various checks for lint registration ./util/dev update_lints --check +PATH=$PATH:$(rustc --print sysroot)/bin CLIPPY="`pwd`/target/debug/cargo-clippy clippy" # run clippy on its own codebase... ${CLIPPY} --all-targets --all-features -- -D clippy::all -D clippy::internal -Dclippy::pedantic