mirror of
https://github.com/bspeice/qadapt
synced 2024-11-21 21:38:10 -05:00
Run as a script block
This commit is contained in:
parent
2b84ecda9d
commit
b31491dfbc
@ -40,7 +40,8 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- source ~/.cargo/env || true
|
- source ~/.cargo/env || true
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user