diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-25 15:26:43 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-25 15:26:43 +0100 |
| commit | d3bd949850c98fdc4f6c84896bbd40003995bb2b (patch) | |
| tree | af1543c55a48751ffd203098d95bbce870ad2b3f | |
| parent | 1a8cf2ba412a922b5daf2c820076463cf206fcbc (diff) | |
| download | mullvadvpn-d3bd949850c98fdc4f6c84896bbd40003995bb2b.tar.xz mullvadvpn-d3bd949850c98fdc4f6c84896bbd40003995bb2b.zip | |
Remove forced installation of rustfmt
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index f1c2d06dd2..d489bed677 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ os: - osx before_script: - - (cargo install --force rustfmt || true) + - (cargo install rustfmt || true) - export PATH=$HOME/.cargo/bin:$HOME/.local/bin:$PATH - rustfmt --version |
