diff --git a/.travis.yml b/.travis.yml index 1453b208..11cf5fda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,4 +14,6 @@ matrix: script: - cargo test --all --verbose - rustup component add rustfmt-preview - - cargo fmt -- --check + # disable it until the formatting will be + # consistent between stable, beta and nightly. + # - cargo fmt -- --check