Skip to content

Commit

Permalink
Add bin to PATH for travis windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Nov 9, 2018
1 parent c1abe41 commit a5322c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/base-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5322c4

Please sign in to comment.