From c14a26baaf6da65548ecbde174a4b79fda63f785 Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Sat, 8 Dec 2018 19:33:00 -0500 Subject: [PATCH] Log out the RUST_VERSION --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2b6b22b..98c7776 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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