Skip to content

Commit

Permalink
enable build notifications in appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Dec 3, 2018
1 parent 36b761c commit 0ab19ee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0ab19ee

Please sign in to comment.