about summary refs log tree commit diff
path: root/ci
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2018-11-27 21:11:05 +0100
committerflip1995 <hello@philkrones.com>2018-11-27 21:11:05 +0100
commit4e0938d349e95cf6bc8edd1d48197db65c8ecd87 (patch)
tree2d91ee42acfcf72e87d79906d236512df2c05210 /ci
parentccff495b62bc86e2e18ec93795c453b9e1d4cd26 (diff)
downloadrust-4e0938d349e95cf6bc8edd1d48197db65c8ecd87.tar.gz
rust-4e0938d349e95cf6bc8edd1d48197db65c8ecd87.zip
Let travis run cargo fmt --all -- --check
Diffstat (limited to 'ci')
-rwxr-xr-xci/base-tests.sh1
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...