travis: actually, we need to rebuild rustfmt
Every nightly update breaks the cached version.
This commit is contained in:
parent
da3983856b
commit
8251fe0623
|
@ -39,7 +39,7 @@ branches:
|
||||||
before_script:
|
before_script:
|
||||||
- export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$PATH
|
- export PATH=$HOME/.local/bin:$HOME/.cargo/bin:$PATH
|
||||||
- pip install 'travis-cargo<0.2' --user
|
- 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
|
- which cargo-install-update || cargo install cargo-update
|
||||||
- cargo install-update -a
|
- cargo install-update -a
|
||||||
- mkdir $(pwd)/socket
|
- mkdir $(pwd)/socket
|
||||||
|
|
Loading…
Reference in New Issue