mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Remove rust fmt from Travis
From #208 rust fmt has been removed as it is still somewhat unstable.
This commit is contained in:
parent
ffb7714cb4
commit
d76d9725e0
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue