summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-07-30 13:57:41 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-07-30 13:57:41 +0200
commitafa6cc86048b5fb8889be7332cb127d78e176c2c (patch)
treecdcd7a130576923161f4ed1feec3164096db45ee
parent6b794ac1b3454d08a8efea71e912b4e7cbc6c9ee (diff)
downloadmullvadvpn-afa6cc86048b5fb8889be7332cb127d78e176c2c.tar.xz
mullvadvpn-afa6cc86048b5fb8889be7332cb127d78e176c2c.zip
Update rustfmt version output in travis
-rw-r--r--.travis.yml2
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