mirror of
https://github.com/bspeice/qadapt
synced 2025-12-16 01:57:43 -05:00
One more travis script issue
This commit is contained in:
@ -42,7 +42,7 @@ install:
|
|||||||
- source ~/.cargo/env || true
|
- source ~/.cargo/env || true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
|
- if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
|
||||||
rustup component add rustfmt-preview
|
rustup component add rustfmt-preview
|
||||||
else
|
else
|
||||||
rustup component add rustfmt
|
rustup component add rustfmt
|
||||||
|
|||||||
Reference in New Issue
Block a user