mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Update travis to run rustfmt against all crates
This commit is contained in:
parent
237ef1e4f9
commit
53387a3889
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ before_script:
|
||||||
- rustup target add armv7-unknown-linux-gnueabihf
|
- rustup target add armv7-unknown-linux-gnueabihf
|
||||||
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
|
- if [[ $TRAVIS_RUST_VERSION == *"nightly"* ]]; then
|
||||||
rustup component add rustfmt-preview;
|
rustup component add rustfmt-preview;
|
||||||
cargo fmt --package=librespot-core -- --write-mode=diff;
|
cargo fmt --all -- --write-mode=diff;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue