Avoid TRAVIS_RUST_VERSION check

This commit is contained in:
Michael Vines 2019-10-02 23:28:40 -07:00
parent 6cb0790796
commit c28d0d7c34
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 2 additions and 3 deletions

View File

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