summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-05-17 01:05:14 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-05-17 01:05:14 +0200
commit1884ed932e634e749d9b17ccca5e6231351a8b62 (patch)
tree4b60d3f793d67bb28c1a8241dd971c446b7cf5ac
parent5493dd910d29a6f44addba645de0d2c75992b9e5 (diff)
downloadmullvadvpn-1884ed932e634e749d9b17ccca5e6231351a8b62.tar.xz
mullvadvpn-1884ed932e634e749d9b17ccca5e6231351a8b62.zip
Update travis config for rustfmt 0.7.0
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d6e5b5018e..17afbe0c4b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@ matrix:
# Install and run rustfmt on nightly only until rustfmt.toml settings are stabilized.
- rustup component add rustfmt-preview
- rustfmt --version
- - cargo fmt -- --write-mode=check --unstable-features
+ - cargo fmt -- --check --unstable-features
- language: rust
rust: beta