From 677fb69bde33777f229442d0a9bc34a711df3f77 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 23 Oct 2019 02:52:38 +0200 Subject: [PATCH] travis: Add allowed-to-fail nightly job --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9a5d4568..b26e5f5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,11 @@ rust: - 1.34.2 - stable - beta + - nightly +jobs: + allow_failures: + - rust: nightly + fast_finish: true before_script: - rustup component add rustfmt