From 04e33b0afc48ce9fb1f50a2a1039ec04e478bdb1 Mon Sep 17 00:00:00 2001 From: Phil Booth Date: Thu, 3 May 2018 17:28:39 +0100 Subject: [PATCH] chore(ci): fix to rust nightly 2018-04-28 Related to https://github.com/SergioBenitez/Rocket/pull/624 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c54d4d..642e44c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: rust cache: cargo rust: - - nightly + - nightly-2018-04-28 before_script: - rustup component add rustfmt-preview script: