From d93d9fb7be5394fc9444aad7be7d08e39ad9a439 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 4 Feb 2016 16:06:31 +0100 Subject: [PATCH] Fix Appveyor notification setting names [ci skip] --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index b09449e8..74a2f0aa 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,5 +18,5 @@ notifications: - provider: Email to: - ci@glfw.org - - on_build_status_failure: true - - on_build_status_success: false + - on_build_failure: true + - on_build_success: false