From ef69ad925125551212625ffc2aa5a97f022e8985 Mon Sep 17 00:00:00 2001 From: Olivier Grisel Date: Tue, 8 Aug 2017 14:29:24 +0200 Subject: [PATCH] MAINT enable appveyor fast_finish mode --- appveyor.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 06a2a5b3d1296..768089e880e25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,6 +34,13 @@ environment: PYTHON_ARCH: "64" +# Because we only have a single worker, we don't want to waste precious +# appveyor CI time and make other PRs wait for repeated failures in a failing +# PR. The following option cancels pending jobs in a given PR after the first +# job failure in that specific PR. +matrix: + fast_finish: true + install: # If there is a newer build queued for the same PR, cancel this one.