mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
pass the path to the correct command
This commit is contained in:
parent
94eb901336
commit
ba33fd0a3a
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ script:
|
|||
- mkdir -p ~/rust/cargo/bin
|
||||
- cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
|
||||
- PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy
|
||||
- PATH=$PATH:~/rust/cargo/bin cd clippy_lints && cargo clippy -- -D clippy && cd ..
|
||||
- cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
|
||||
|
||||
after_success:
|
||||
# only test regex_macros if it compiles
|
||||
|
|
Loading…
Reference in a new issue