Fix travis build by removing cargo-clippy
This commit is contained in:
parent
a43f8cf819
commit
e58eb520a4
@ -6,6 +6,7 @@ cargo test --features debugging
|
||||
mkdir -p ~/rust/cargo/bin
|
||||
cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
|
||||
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
|
||||
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 ../..
|
||||
|
@ -1,4 +1,5 @@
|
||||
set -x
|
||||
rm ~/.cargo/bin/cargo-clippy
|
||||
cargo install --force --path .
|
||||
|
||||
echo "Running integration test for crate ${INTEGRATION}"
|
||||
|
Loading…
Reference in New Issue
Block a user