diff options
| author | flip1995 <hello@philkrones.com> | 2018-11-27 21:11:05 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-11-27 21:11:05 +0100 |
| commit | 4e0938d349e95cf6bc8edd1d48197db65c8ecd87 (patch) | |
| tree | 2d91ee42acfcf72e87d79906d236512df2c05210 /ci | |
| parent | ccff495b62bc86e2e18ec93795c453b9e1d4cd26 (diff) | |
| download | rust-4e0938d349e95cf6bc8edd1d48197db65c8ecd87.tar.gz rust-4e0938d349e95cf6bc8edd1d48197db65c8ecd87.zip | |
Let travis run cargo fmt --all -- --check
Diffstat (limited to 'ci')
| -rwxr-xr-x | ci/base-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/base-tests.sh b/ci/base-tests.sh index 88cc20842e8..e46f8c4c39a 100755 --- a/ci/base-tests.sh +++ b/ci/base-tests.sh @@ -26,6 +26,7 @@ cd clippy_dev && cargo test && cd .. # Perform various checks for lint registration ./util/dev update_lints --check +cargo +nightly fmt --all -- --check CLIPPY="`pwd`/target/debug/cargo-clippy clippy" # run clippy on its own codebase... |
