diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-01-25 13:22:23 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-01-25 13:22:23 +0100 |
| commit | 1a8cf2ba412a922b5daf2c820076463cf206fcbc (patch) | |
| tree | 762ebe67a84c8b9f1c992850ce9bea12ff411f00 | |
| parent | 4a341e8f90839bcb2568edd71a709a474124295b (diff) | |
| parent | 3fdae240fec7fe30e245fe668a2bf055811dd886 (diff) | |
| download | mullvadvpn-1a8cf2ba412a922b5daf2c820076463cf206fcbc.tar.xz mullvadvpn-1a8cf2ba412a922b5daf2c820076463cf206fcbc.zip | |
Merge branch 'disable-appveyor-emails'
| -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 |
