Re-enable rustfmt

rustfmt
Bradlee Speice 2018-12-16 23:34:16 -05:00
parent a9f09b529e
commit 37deb8704a
1 changed files with 2 additions and 4 deletions

View File

@ -40,12 +40,10 @@ before_install:
install:
- source ~/.cargo/env || true
# Disabling for the time being: rust-lang/rustup.rs#1558
# - rustup component add rustfmt
- rustup component add rustfmt
script:
# Disabling for the time being: rust-lang/rustup.rs#1558
# - cargo fmt --all -- --check
- cargo fmt --all -- --check
- |
if [ -z "$TRAVIS_TAG" ]; then
cargo test