diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-26 10:09:34 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-26 10:09:34 +0100 |
| commit | 5532e6e805644d23ea446e0608f5a76023345199 (patch) | |
| tree | af1543c55a48751ffd203098d95bbce870ad2b3f | |
| parent | 1a8cf2ba412a922b5daf2c820076463cf206fcbc (diff) | |
| parent | d3bd949850c98fdc4f6c84896bbd40003995bb2b (diff) | |
| download | mullvadvpn-5532e6e805644d23ea446e0608f5a76023345199.tar.xz mullvadvpn-5532e6e805644d23ea446e0608f5a76023345199.zip | |
Merge branch 'remove-rustfmt-forced-install'
| -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 |
