From a02880763396f4566cab808573c12c876d4b23b6 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sun, 27 Oct 2019 11:40:45 +0000 Subject: [PATCH] Run tests on 1.31.0, not 1.13.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 72ca610..27fe1e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - 1.13.0 + - 1.31.0 - stable - beta - nightly