mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +00:00
Merge pull request #2922 from rust-lang-nursery/rm-clip
Fix travis build by removing cargo-clippy
This commit is contained in:
commit
196ffa8ad8
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ cargo test --features debugging
|
||||||
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
|
||||||
cp target/debug/clippy-driver ~/rust/cargo/bin/clippy-driver
|
cp target/debug/clippy-driver ~/rust/cargo/bin/clippy-driver
|
||||||
|
rm ~/.cargo/bin/cargo-clippy
|
||||||
PATH=$PATH:~/rust/cargo/bin cargo clippy --all -- -D clippy
|
PATH=$PATH:~/rust/cargo/bin cargo clippy --all -- -D clippy
|
||||||
cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
|
cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
|
||||||
cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ../..
|
cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ../..
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
set -x
|
set -x
|
||||||
|
rm ~/.cargo/bin/cargo-clippy
|
||||||
cargo install --force --path .
|
cargo install --force --path .
|
||||||
|
|
||||||
echo "Running integration test for crate ${INTEGRATION}"
|
echo "Running integration test for crate ${INTEGRATION}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue