Skip to content

Commit 9703fb3

Browse files
committed
Test on Rust stable again
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.
1 parent 609d429 commit 9703fb3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,8 @@ matrix:
8585
rust: 1.36.0
8686

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

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

0 commit comments

Comments
 (0)