One more travis script issue

pull/2/head
Bradlee Speice 2018-12-08 19:17:21 -05:00
parent 4623b43890
commit f2be732ec7
1 changed files with 1 additions and 1 deletions

View File

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