diff --git a/.travis.yml b/.travis.yml index 8bcd8da..159fc2a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,14 +40,12 @@ before_install: install: - source ~/.cargo/env || true + # Disabling for the time being: rust-lang/rustup.rs#1558 + # - rustup component add rustfmt script: - - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then - rustup component add rustfmt-preview - else - rustup component add rustfmt - fi - - cargo fmt --all -- --check + # Disabling for the time being: rust-lang/rustup.rs#1558 + # - cargo fmt --all -- --check - | if [ -z "$TRAVIS_TAG" ]; then cargo test