From d8820e89581f9b76549b3e5b4740c63ea42e113c Mon Sep 17 00:00:00 2001 From: Myk Melez Date: Fri, 22 Jun 2018 08:45:42 -0700 Subject: [PATCH] test Travis CI workaround for rust-lang/rust#51699 (cherry picked from commit 09581dc28d8c5fa5eb9db076c62c9b31f9e0d788) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db4160f2..25ffa167 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: - rust: nightly fast_finish: true before_script: - - rustup toolchain install nightly + - rustup toolchain install nightly-2018-06-18 - rustup component add rustfmt-preview --toolchain nightly - command -v rustfmt || cargo install --force rustfmt-nightly script: