From 549340c95a72fb423171939fefe847194b166c43 Mon Sep 17 00:00:00 2001 From: Dale Wijnand <344610+dwijnand@users.noreply.github.com> Date: Tue, 11 Dec 2018 22:13:33 +0000 Subject: [PATCH] Drop unused fast_finish: true from .travis.yml "fast_finish: true" is only effective when you have jobs in your build matrix that you allow to fail, which isn't the case here. https://blog.travis-ci.com/2013-11-27-fast-finishing-builds --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index fda51d5..606cd01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,3 @@ addons: # TODO: also run checkbashisms.pl (currently two instances of non-compliance) script: - ./.travis.sh - -matrix: - fast_finish: true