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 609d429 commit 9703fb3Copy full SHA for 9703fb3
.travis.yml
@@ -85,12 +85,8 @@ 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
93
- rust: 1.37.0
+ rust: stable
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