瀏覽代碼

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: