From 9703fb350b226960d35cc407ac89ba98a489202a Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 2 May 2020 09:50:49 -0600 Subject: [PATCH] Test on Rust stable again This commit reverts eba3b516f7f76465e2fbe1c16724786144f01e8e, which worked around a Travis CI bug that has since been fixed. The effect is to resume testing on the latest Rust stable. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 869c8e4e1c..0e31309cbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -85,12 +85,8 @@ 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: 1.37.0 + rust: stable # Test that we can build with the lowest version of all dependencies. # "cargo test" doesn't work because some of our dev-dependencies, like