From 0ab19ee02d17c63cd117f626ba43bd90c1459db3 Mon Sep 17 00:00:00 2001 From: rasbt Date: Mon, 3 Dec 2018 12:07:19 -0600 Subject: [PATCH] enable build notifications in appveyor --- .appveyor.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index ffe38be60..1f135c004 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,3 +21,13 @@ install: test_script: - nosetests -s -v --exclude-dir=mlxtend/plotting + +notifications: + + # Email + - provider: Email + to: + - mail@sebastianraschka.com + subject: 'Build {{status}}' + message: "{{message}}, {{commitId}}, ..." + on_build_status_changed: true \ No newline at end of file