Procházet zdrojové kódy

Don't use rustfmt on CI

`rustfmt` hasn't been available on a number of nightlies now, and so it is
disrupting our testing of new PRs. I'm also reconsidering whether it's a
good idea to block PRs landing on formatting, and so I'm removing this
check on CI.
Isaac Woods před 5 roky
rodič
revize
597360c3b7
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      .travis.yml

+ 0 - 4
.travis.yml

@@ -23,11 +23,7 @@ branches:
 before_install:
   - sudo apt-get install -y acpica-tools
 
-before_script:
-  - rustup component add rustfmt-preview
-
 script:
-  - cargo fmt --all -- --check
   - cargo build --all
   - cargo test --all
   - cargo run --bin aml_tester -- -p tests