فهرست منبع

Update travis to run rustfmt against all crates

Sasha Hilton 7 سال پیش
والد
کامیت
53387a3889
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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: