From a417e97a41776a2feee20f98e1d97917b7ad35f0 Mon Sep 17 00:00:00 2001 From: newpavlov Date: Wed, 21 Mar 2018 17:21:11 +0300 Subject: [PATCH] disable rustfmt --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e60442..cda0e8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,6 @@ matrix: - cargo install xargo --force - rustup target install armv7-unknown-linux-gnueabihf - rustup component add rust-src - - rust: nightly - before_script: rustup component add rustfmt-preview - script: - - cargo fmt --all -- --write-mode=diff install: - curl -LSfs https://japaric.github.io/trust/install.sh | sh -s -- --git japaric/cross --force