From 909f0ce9ee9bdf5bc8bc0d787e30faf8e1dd480d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 8 Apr 2020 22:49:44 -0400 Subject: travis: remove old toolchain tests Dependencies use the 2018 edition which requires 1.31, but 1.32 is needed to resolve a `use module` ambiguity in `backtrace`. --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8a1c773..06f714d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,7 @@ dist: language: rust rust: - - "1.19.0" - - "1.20.0" - - "1.21.0" - - "1.22.0" - - "1.23.0" - - "1.24.0" + - "1.32.0" - stable - beta -- cgit v1.2.3