Skip to content

Commit

Permalink
Avoid TRAVIS_RUST_VERSION check
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Oct 3, 2019
1 parent 6cb0790 commit c28d0d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c28d0d7

Please sign in to comment.