Skip to content

Commit a5322c4

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/base-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ cd clippy_dev && cargo test && cd ..
2727
# Perform various checks for lint registration
2828
./util/dev update_lints --check
2929

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

0 commit comments

Comments
 (0)