Skip to content

Commit 67b7e08

Browse files
committed
Add bin to PATH for travis windows
1 parent c1abe41 commit 67b7e08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/base-tests.sh

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ cd clippy_dev && cargo test && cd ..
2727
# Perform various checks for lint registration
2828
./util/dev update_lints --check
2929

30+
echo $PATH
31+
PATH=$PATH:$(rustc --print sysroot)/bin
32+
echo $PATH
3033
CLIPPY="`pwd`/target/debug/cargo-clippy clippy"
3134
# run clippy on its own codebase...
3235
${CLIPPY} --all-targets --all-features -- -D clippy::all -D clippy::internal -Dclippy::pedantic

0 commit comments

Comments
 (0)