mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
s/rustfmt-preview/rustfmt/
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ before_install:
|
||||
install:
|
||||
- |
|
||||
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
|
||||
. $HOME/.nvm/nvm.sh
|
||||
nvm install stable
|
||||
|
||||
Reference in New Issue
Block a user