travis: actually, we need to rebuild rustfmt

Every nightly update breaks the cached version.
This commit is contained in:
Victor Berger 2017-09-22 18:56:31 +02:00
parent da3983856b
commit 8251fe0623
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ branches:
before_script:
- export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$PATH
- pip install 'travis-cargo<0.2' --user
- which rustfmt || travis-cargo --only nightly install rustfmt-nightly
- which rustfmt || travis-cargo --only nightly install rustfmt-nightly -- --force
- which cargo-install-update || cargo install cargo-update
- cargo install-update -a
- mkdir $(pwd)/socket