1
0
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:
Bradlee Speice 2018-12-08 19:33:00 -05:00
parent b31491dfbc
commit c14a26baaf

View File

@ -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