From ab1d7117a7e1a2fdb4e6fe607ba567390226bc63 Mon Sep 17 00:00:00 2001 From: Victor Porof Date: Tue, 24 Sep 2019 20:15:59 +0200 Subject: [PATCH] Temporarily work around CI failure on linux nightlies Signed-off-by: Victor Porof --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b8945e7..4d9ab6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,11 @@ rust: - beta - nightly +matrix: + allow_failures: + - rust: nightly + fast_finish: true + before_script: # We install a known-to-have-rustfmt version of the nightly toolchain # in order to run the nightly version of rustfmt, which supports rules