From 1e49de60cb8c965e614e565375e218a8a01e42a2 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 6 Nov 2019 14:24:53 -0500 Subject: [PATCH] fix CI: use an older nightly on the x86_64 build --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac5a7b8ab7..fa4f46aab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,8 @@ matrix: # compile-fail tests - env: TARGET=x86_64-unknown-linux-gnu - rust: nightly + # FIXME revert this -- compiletest-rs v0.3.25 is broken with recent nightly + rust: nightly-2019-10-31 if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master) # heterogeneous multi-core support