Commit b1eec6b 1 parent 70cc950 commit b1eec6b Copy full SHA for b1eec6b
File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 15
15
# Generated by Cargo
16
16
/target /
17
17
/clippy_lints /target /
18
- /clippy_tests /target /
19
18
20
19
# We don't pin yet
21
20
Cargo.lock
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sudo: false
11
11
cache :
12
12
cargo : true
13
13
directories :
14
- - clippy_tests/ target
14
+ - target
15
15
16
16
env :
17
17
global :
@@ -32,7 +32,7 @@ script:
32
32
- cargo build --features debugging
33
33
- cargo test --features debugging
34
34
- mkdir -p ~/rust/cargo/bin
35
- - cp clippy_tests/ target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
35
+ - cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
36
36
- PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy
37
37
- cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
38
38
- cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ test_script:
26
26
- set RUST_BACKTRACE=1
27
27
- cargo build --features debugging
28
28
- cargo test --features debugging
29
- - copy clippy_tests\ target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
29
+ - copy target\debug\cargo-clippy.exe C:\Users\appveyor\.cargo\bin\
30
30
- cargo clippy -- -D clippy
31
31
- cd clippy_lints && cargo clippy -- -D clippy && cd ..
32
32
You can’t perform that action at this time.
0 commit comments