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 67b7e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/base-tests.sh
Expand Up @@ -27,6 +27,9 @@ cd clippy_dev && cargo test && cd ..
# Perform various checks for lint registration
./util/dev update_lints --check

echo $PATH
PATH=$PATH:$(rustc --print sysroot)/bin
echo $PATH
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 67b7e08

Please sign in to comment.