Skip to content

Commit f7839a8

Browse files
committed
Add travis testing of --all
1 parent 5d72cc9 commit f7839a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ script:
2828
- cargo test --features debugging
2929
- mkdir -p ~/rust/cargo/bin
3030
- cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
31-
- PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy
31+
- PATH=$PATH:~/rust/cargo/bin cargo clippy --all -- -D clippy
3232
- cd clippy_lints && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
3333
- cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ..
3434
- cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy && cd ../..

0 commit comments

Comments
 (0)