From f2be732ec726e17fe032654e5185379d836de55b Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 8 Dec 2018 19:17:21 -0500 Subject: [PATCH] One more travis script issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8bcd8da..f14bcda 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,7 +42,7 @@ install: - source ~/.cargo/env || true script: - - if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then + - if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then rustup component add rustfmt-preview else rustup component add rustfmt