From 26ebd50fc0dc531e290d55ba693c570e2aec1664 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 8 Dec 2018 16:19:56 -0500 Subject: [PATCH] Rustup is official now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6a01503..05f2aa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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