File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
install :
23
23
- |
24
24
if [ -z ${INTEGRATION} ]; then
25
- rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt/ --force
25
+ # rustup component add rustfmt || cargo install --git https://github.com/rust-lang/rustfmt/ --force
26
26
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
27
27
. $HOME/.nvm/nvm.sh
28
28
nvm install stable
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
- del rust-toolchain
23
23
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
24
24
- rustup-toolchain-install-master %RUSTC_HASH% -f -n master
25
- - rustup component add rustfmt --toolchain nightly
25
+ # - rustup component add rustfmt --toolchain nightly
26
26
- rustup default master
27
27
- set PATH=%PATH%;C:\Users\appveyor\.rustup\toolchains\master\bin
28
28
- rustc -V
You can’t perform that action at this time.
0 commit comments