String issue?

pull/2/head
Bradlee Speice 2018-12-08 19:41:44 -05:00
parent 68e9f97b2b
commit d2627e07f5
1 changed files with 1 additions and 1 deletions

View File

@ -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