From 83f842d8c96193cb9c2376a782d7143bcca51ecc Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Sat, 8 Aug 2015 03:56:45 -0400 Subject: [PATCH] Update Travis to use stable. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c78f22c4b..3bde18d3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: rust rust: - - 1.1.0 + - stable - beta - nightly sudo: false @@ -11,5 +11,5 @@ script: - make test-check matrix: allow_failures: - - rust: 1.1.0 + - rust: stable - rust: beta