mirror of
https://github.com/bspeice/qadapt
synced 2024-11-14 01:58:10 -05:00
One more travis script issue
This commit is contained in:
parent
4623b43890
commit
f2be732ec7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user