summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2020-04-08 22:49:44 -0400
committerBen Boeckel <mathstuf@gmail.com>2020-04-08 22:54:08 -0400
commit909f0ce9ee9bdf5bc8bc0d787e30faf8e1dd480d (patch)
tree4864ec9ecb8c23472e587317fd876ac554db1166
parent7a6a142756a72c8bfc2a7f48253691e8a8d8fb54 (diff)
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`.
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 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