Rustup is official now

pull/3/head
Bradlee Speice 2018-12-08 16:19:56 -05:00
parent 2c3cd714a1
commit 26ebd50fc0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ install:
- source ~/.cargo/env || true
script:
- rustup component add rustfmt-preview
- rustup component add rustfmt
- cargo fmt --all -- --check
- |
if [ -z "$TRAVIS_TAG" ]; then