From d76d9725e083648a628d6205296deb6ec6b984e6 Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Wed, 25 Apr 2018 20:15:32 +0200 Subject: [PATCH] Remove rust fmt from Travis From #208 rust fmt has been removed as it is still somewhat unstable. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7467a615..7b394ad1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,10 +20,6 @@ before_script: - echo '[target.armv7-unknown-linux-gnueabihf]' > ~/.cargo/config - echo 'linker = "arm-linux-gnueabihf-gcc"' >> ~/.cargo/config - rustup target add armv7-unknown-linux-gnueabihf - - if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then - rustup component add rustfmt-preview; - cargo fmt --all -- --write-mode=diff; - fi script: - cargo build --locked --no-default-features