Browse Source

Disable cargo check in “travis.yml”

Shamil Gadelshin 4 years ago
parent
commit
b7aae3b82b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -15,7 +15,7 @@ matrix:
 
 before_install:
   - rustup component add rustfmt
-  - cargo fmt --all -- --check
+#  - cargo fmt --all -- --check
   - rustup component add clippy
   - BUILD_DUMMY_WASM_BINARY=1 cargo clippy -- -D warnings
   - rustup default stable