mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
.travis.yml: add rustfmt
This commit is contained in:
parent
c9ba73c9ef
commit
8658ad3a62
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ 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 --package=librespot-core -- --write-mode=diff;
|
||||
fi
|
||||
|
||||
script:
|
||||
- cargo build --no-default-features
|
||||
|
|
Loading…
Reference in a new issue