Skip to content

Commit e58eb52

Browse files
committed
Fix travis build by removing cargo-clippy
1 parent a43f8cf commit e58eb52

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ci/base-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cargo test --features debugging
66
mkdir -p ~/rust/cargo/bin
77
cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
88
cp target/debug/clippy-driver ~/rust/cargo/bin/clippy-driver
9+
rm ~/.cargo/bin/cargo-clippy
910
PATH=$PATH:~/rust/cargo/bin cargo clippy --all -- -D clippy
1011
cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
1112
cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ../..

ci/integration-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
set -x
2+
rm ~/.cargo/bin/cargo-clippy
23
cargo install --force --path .
34

45
echo "Running integration test for crate ${INTEGRATION}"

0 commit comments

Comments
 (0)