Skip to content

Commit ddc733a

Browse files
committed
Remove surplus clippy invocation in travis
1 parent f1b9ddc commit ddc733a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ script:
2929
- mkdir -p ~/rust/cargo/bin
3030
- cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
3131
- PATH=$PATH:~/rust/cargo/bin cargo clippy --all -- -D clippy
32-
- cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
3332
- cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
3433
- cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ../..
3534
- cd clippy_workspace_tests/subcrate && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ../..

0 commit comments

Comments
 (0)