diff options
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 965f49d16f..8810462c4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,7 +65,7 @@ matrix: - cargo test --verbose # Install and run rustfmt on nightly only until rustfmt.toml settings are stabilized. - rustup component add rustfmt-preview - - rustfmt --version + - cargo fmt --version || true - cargo fmt -- --check --unstable-features - language: rust |
