From 6f9c829e3617541ed7bae359820dd9cff0660412 Mon Sep 17 00:00:00 2001 From: awiouy Date: Wed, 21 Feb 2018 22:15:32 +0100 Subject: [PATCH] promote rustfmt to stable --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 474ff039..44b7d0af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ 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 + - if [[ $TRAVIS_RUST_VERSION == *"stable"* ]]; then rustup component add rustfmt-preview; cargo fmt --package=librespot-core -- --write-mode=diff; fi