From f66c7aa3938bd104c26d029a4329f267b1fa1801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Thu, 8 Sep 2016 15:01:57 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c892afb..dc06e57 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,3 +54,13 @@ artifacts: - path: '\*_*.zip' name: Bits + +notifications: + - provider: Email + to: + - maelle.salmon@yahoo.se + subject: 'riem build {{status}}' # optional + message: "https://ci.appveyor.com/project/ropenscilabs/riem" # optional + on_build_success: false + on_build_failure: true + on_build_status_changed: true