From a4597dd62be483e14f722cd32c078712e886c4cb Mon Sep 17 00:00:00 2001 From: kennytm Date: Mon, 30 Jul 2018 17:37:16 +0800 Subject: [PATCH] Test with 1.26.2 instead of 1.26.0, and latest stable instead of 1.27. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79751cd..f643201 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,11 +15,11 @@ addons: matrix: include: - os: linux - rust: 1.26.0 + rust: 1.26.2 - os: linux - rust: 1.27.0 + rust: stable - os: osx - rust: 1.27.0 + rust: stable - os: linux rust: beta - os: linux