summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-08-31 07:57:07 -0600
committerAlan Somers <asomers@gmail.com>2019-09-03 16:25:41 -0600
commiteba3b516f7f76465e2fbe1c16724786144f01e8e (patch)
tree36fd9aa09b57da7df0f1e2b912d2f36155d04769
parent469032433d68841ad098f03aa2b28e81235b8be8 (diff)
downloadnix-eba3b516f7f76465e2fbe1c16724786144f01e8e.zip
Workaround an outdated Travis image
Travis's "stable" images are stuck on Rust 1.35.0
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e31309c..869c8e4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,8 +85,12 @@ 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: stable
+ rust: 1.37.0
# Test that we can build with the lowest version of all dependencies.
# "cargo test" doesn't work because some of our dev-dependencies, like