We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3519e commit d93ea1eCopy full SHA for d93ea1e
.travis.yml
@@ -30,7 +30,7 @@ before_install:
30
install:
31
- |
32
if [ -z ${INTEGRATION} ]; then
33
- 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
34
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
35
. $HOME/.nvm/nvm.sh
36
nvm install stable
0 commit comments