diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-05-17 01:05:14 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-05-17 01:05:14 +0200 |
| commit | 1884ed932e634e749d9b17ccca5e6231351a8b62 (patch) | |
| tree | 4b60d3f793d67bb28c1a8241dd971c446b7cf5ac | |
| parent | 5493dd910d29a6f44addba645de0d2c75992b9e5 (diff) | |
| download | mullvadvpn-1884ed932e634e749d9b17ccca5e6231351a8b62.tar.xz mullvadvpn-1884ed932e634e749d9b17ccca5e6231351a8b62.zip | |
Update travis config for rustfmt 0.7.0
| -rw-r--r-- | .travis.yml | 2 |
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 |
