Jelajahi Sumber

Update travis to run rustfmt against all crates

Sasha Hilton 7 tahun lalu
induk
melakukan
53387a3889
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .travis.yml

+ 1 - 1
.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: