From c28d0d7c34b139242c3cda7153338b4e2c002bb6 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 2 Oct 2019 23:28:40 -0700 Subject: [PATCH] Avoid TRAVIS_RUST_VERSION check --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab3279cd9..622de35c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,10 @@ os: language: rust rust: - - 1.37.0 + - stable install: - - source ci/rust-version.sh - - test $rust_stable = $TRAVIS_RUST_VERSION # Update .travis.yml rust version above when this fails + - source ci/rust-version.sh stable script: - source ci/env.sh