Skip to content

Commit

Permalink
s/rustfmt-preview/rustfmt/
Browse files Browse the repository at this point in the history
  • Loading branch information
phansch committed Dec 8, 2018
1 parent fe3519e commit d93ea1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d93ea1e

Please sign in to comment.