summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-01-25 15:26:43 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-01-25 15:26:43 +0100
commitd3bd949850c98fdc4f6c84896bbd40003995bb2b (patch)
treeaf1543c55a48751ffd203098d95bbce870ad2b3f
parent1a8cf2ba412a922b5daf2c820076463cf206fcbc (diff)
downloadmullvadvpn-d3bd949850c98fdc4f6c84896bbd40003995bb2b.tar.xz
mullvadvpn-d3bd949850c98fdc4f6c84896bbd40003995bb2b.zip
Remove forced installation of rustfmt
-rw-r--r--.travis.yml2
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