Skip to content

Commit

Permalink
Test on Rust stable again
Browse files Browse the repository at this point in the history
This commit reverts eba3b51, which
worked around a Travis CI bug that has since been fixed.  The effect is
to resume testing on the latest Rust stable.
  • Loading branch information
asomers committed May 2, 2020
1 parent 609d429 commit 9703fb3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,8 @@ matrix:
rust: 1.36.0

# Make sure stable is always working too
# FIXME: Travis's "stable" images are stuck on 1.35.0. Until that's fixed,
# explicitly request 1.37.0, which is as of this writing the latest stable
# release.
# https://travis-ci.community/t/stable-rust-channel-outdated/4213
- env: TARGET=x86_64-unknown-linux-gnu
rust: 1.37.0
rust: stable

# Test that we can build with the lowest version of all dependencies.
# "cargo test" doesn't work because some of our dev-dependencies, like
Expand Down

0 comments on commit 9703fb3

Please sign in to comment.