From 53387a388999d2e9f7907a185ba5dba2094a48d3 Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Mon, 26 Feb 2018 02:53:45 +0100 Subject: [PATCH] Update travis to run rustfmt against all crates --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 474ff039..1316ffbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ before_script: - rustup target add armv7-unknown-linux-gnueabihf - if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then rustup component add rustfmt-preview; - cargo fmt --package=librespot-core -- --write-mode=diff; + cargo fmt --all -- --write-mode=diff; fi script: