We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f476d commit a73fbfbCopy full SHA for a73fbfb
.travis.yml
@@ -132,6 +132,7 @@ matrix:
132
133
install:
134
- if [ -z "$NO_ADD" ]; then rustup target add $TARGET; fi
135
+ - rustup component add rustfmt
136
137
script:
138
- mkdir -p target/$TARGET;
appveyor.yml
@@ -59,6 +59,9 @@ install:
59
# add mingw to PATH if necessary
60
- if defined MINGW_DIR set PATH=C:\msys64\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH%
61
62
+ # Add rustfmt support
63
64
+
65
# set cargo features for MSI if requested (otherwise empty string)
66
- set FEATURES=
67
- if defined BUILD_MSI set FEATURES=--features msi-installed
0 commit comments