mirror of
https://github.com/bspeice/qadapt
synced 2024-11-14 01:58:10 -05:00
Log out the RUST_VERSION
This commit is contained in:
parent
b31491dfbc
commit
c14a26baaf
@ -41,6 +41,7 @@ before_install:
|
||||
install:
|
||||
- source ~/.cargo/env || true
|
||||
- |
|
||||
echo "TRAVIS_RUST_VERSION:$TRAVIS_RUST_VERSION"
|
||||
if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then
|
||||
rustup component add rustfmt-preview
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user