From d2627e07f5dc19e20b8b85b8844dafc212f952fa Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 8 Dec 2018 19:41:44 -0500 Subject: [PATCH] String issue? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0c4ade2..455c287 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ install: echo "TRAVIS_RUST_VERSION=\"$TRAVIS_RUST_VERSION\"" if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then echo "Installing preview" - rustup component add rustfmt-preview + rustup component add "rustfmt-preview" else echo "Installing standard" rustup component add rustfmt