mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +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
|
- mkdir -p ~/rust/cargo/bin
|
||||||
- cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
|
- cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
|
||||||
- PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D 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:
|
after_success:
|
||||||
# only test regex_macros if it compiles
|
# only test regex_macros if it compiles
|
||||||
|
|
Loading…
Add table
Reference in a new issue