We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4690324 commit eba3b51Copy full SHA for eba3b51
.travis.yml
@@ -85,8 +85,12 @@ matrix:
85
rust: 1.36.0
86
87
# 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
92
- env: TARGET=x86_64-unknown-linux-gnu
- rust: stable
93
+ rust: 1.37.0
94
95
# Test that we can build with the lowest version of all dependencies.
96
# "cargo test" doesn't work because some of our dev-dependencies, like
0 commit comments