From 6198e58a8131d4624bf22672084bbdea1aa6d7f6 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 10 Jan 2017 18:10:14 +0200 Subject: [PATCH] Appveyor. Return to default behavior. If at least one job has failed the entire build is marked as failed. --HG-- branch : develop --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 71c3b5156..fda15b7ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -179,7 +179,7 @@ test_script: #test: off matrix: - fast_finish: true + fast_finish: false #---------------------------------# # notifications #