From e5f9a9050c6fa70cff8afdaa04665ea341459e55 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Sat, 27 Oct 2018 15:40:05 +0200 Subject: [PATCH] appveyor: immediately finish build once one of the jobs fails --- .appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 5d82748c9..f5bea1b6b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,6 +13,9 @@ environment: - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python36" +matrix: + fast_finish: true + clone_depth: 50 install: