From 43eaeb80bd74d47d0f44e1c7db18abf0a94fc316 Mon Sep 17 00:00:00 2001 From: Victor Brekenfeld Date: Sat, 15 Dec 2018 20:33:36 +0100 Subject: [PATCH] Do not wait for nightly builds to succeed --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2158034..bcdaf7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,7 @@ env: - FEATURES="anvil" ANVIL_FEATURES="all" matrix: + fast_finish: true include: # special features for lint & fmt - rust: stable