From 37deb8704ad4b2e602b6d9473fe2731fda3eccd6 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sun, 16 Dec 2018 23:34:16 -0500 Subject: [PATCH] Re-enable rustfmt --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44f1903..a3f3a65 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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