diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-07-30 13:57:41 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-07-30 13:57:41 +0200 |
| commit | afa6cc86048b5fb8889be7332cb127d78e176c2c (patch) | |
| tree | cdcd7a130576923161f4ed1feec3164096db45ee | |
| parent | 6b794ac1b3454d08a8efea71e912b4e7cbc6c9ee (diff) | |
| download | mullvadvpn-afa6cc86048b5fb8889be7332cb127d78e176c2c.tar.xz mullvadvpn-afa6cc86048b5fb8889be7332cb127d78e176c2c.zip | |
Update rustfmt version output in travis
| -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 |
