Avoid TRAVIS_RUST_VERSION check

This commit is contained in:
Michael Vines
2019-10-02 23:28:40 -07:00
parent 6cb0790796
commit c28d0d7c34

View File

@ -3,11 +3,10 @@ os:
language: rust language: rust
rust: rust:
- 1.37.0 - stable
install: install:
- source ci/rust-version.sh - source ci/rust-version.sh stable
- test $rust_stable = $TRAVIS_RUST_VERSION # Update .travis.yml rust version above when this fails
script: script:
- source ci/env.sh - source ci/env.sh