From a835c6112d353711a577edad72c5acd2921eec88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=CC=81rpa=CC=81d=20Goretity?= Date: Thu, 5 Oct 2017 20:22:51 +0200 Subject: [PATCH] Update Travis build spec to more recent version of rustc (just-pre-1.18 nightly and 1.18 stable) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2852bfbe..fafed380 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ language: rust cache: cargo rust: - nightly - - nightly-2017-01-25 + - nightly-2017-06-07 - beta - stable - - 1.13.0 + - 1.18.0 matrix: allow_failures: - rust: nightly