diff options
| -rw-r--r-- | appveyor.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 17b572cd5f..7f7628d01f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -55,6 +55,12 @@ cache: # Stops feature branches from triggering two builds (One for branch and one for PR) skip_branch_with_pr: true +notifications: + - provider: Email + on_build_success: false + on_build_failure: false + on_build_status_changed: false + # We build in the test stage, so disable Appveyor's build stage. This prevents # the "directory does not contain a project or solution file" error. build: false |
