mirror of
https://github.com/bspeice/qadapt
synced 2025-07-01 13:56:14 -04:00
Seriously?
This commit is contained in:
@ -41,10 +41,12 @@ before_install:
|
||||
install:
|
||||
- source ~/.cargo/env || true
|
||||
- |
|
||||
echo "TRAVIS_RUST_VERSION:$TRAVIS_RUST_VERSION"
|
||||
echo "TRAVIS_RUST_VERSION=\"$TRAVIS_RUST_VERSION\""
|
||||
if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
|
||||
echo "Installing preview"
|
||||
rustup component add rustfmt-preview
|
||||
else
|
||||
echo "Installing standard"
|
||||
rustup component add rustfmt
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user