mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
s/rustfmt-preview/rustfmt/
This commit is contained in:
parent
fe3519e0dd
commit
d93ea1ec99
@ -30,7 +30,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ -z ${INTEGRATION} ]; then
|
if [ -z ${INTEGRATION} ]; then
|
||||||
rustup component add rustfmt-preview || cargo install --git https://github.com/rust-lang/rustfmt/ --force
|
rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt/ --force
|
||||||
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
|
||||||
. $HOME/.nvm/nvm.sh
|
. $HOME/.nvm/nvm.sh
|
||||||
nvm install stable
|
nvm install stable
|
||||||
|
Loading…
Reference in New Issue
Block a user