From 825d6464a70781d82acaadf6aab642560ea2c352 Mon Sep 17 00:00:00 2001 From: Renkai Date: Thu, 9 Apr 2020 16:13:39 +0800 Subject: [PATCH] add allow failures Signed-off-by: Renkai --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d31b92f..f83bb7b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,15 +9,16 @@ rust: - stable - nightly +matrix: + allow_failures: + - rust: nightly + fast_finish: true + env: global: - RUST_BACKTRACE=1 - RUSTFLAGS="-D warnings" -matrix: - allow_failures: - - rust: nightly - addons: apt: update: true