From ddc733a429969c84ff0066d84a8932767dc9f672 Mon Sep 17 00:00:00 2001 From: Benjamin Gill Date: Tue, 22 Aug 2017 02:15:45 +0100 Subject: [PATCH] Remove surplus clippy invocation in travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b67f3887d3..2664a01ea47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,6 @@ script: - mkdir -p ~/rust/cargo/bin - cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy - PATH=$PATH:~/rust/cargo/bin cargo clippy --all -- -D clippy - - cd clippy_lints && 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/subcrate && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ../..