Преглед изворни кода

travis: check code style with rustfmt

Mokhtar Naamani пре 5 година
родитељ
комит
90c6dae154
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml

@@ -3,7 +3,10 @@ rust:
   - 1.34.0
 cache:
   - cargo
-script:
+before_script:
+  - rustup component add rustfmt
   - ./setup.sh
+script:
+  - cargo fmt --all -- --check
   - ./build.sh
   - cargo test --verbose --all