Skip to content

Commit 4f1cb42

Browse files
committed
Workaround an outdated Travis image
Travis's "stable" images are stuck on Rust 1.35.0
1 parent 53a0ffc commit 4f1cb42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,12 @@ 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
8892
- env: TARGET=x86_64-unknown-linux-gnu
89-
rust: stable
93+
rust: 1.37.0
9094

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

0 commit comments

Comments
 (0)