summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2017-01-25 11:38:25 +0100
committerLinus Färnstrand <linus@mullvad.net>2017-01-25 12:32:32 +0100
commit3fdae240fec7fe30e245fe668a2bf055811dd886 (patch)
tree762ebe67a84c8b9f1c992850ce9bea12ff411f00
parent4a341e8f90839bcb2568edd71a709a474124295b (diff)
downloadmullvadvpn-3fdae240fec7fe30e245fe668a2bf055811dd886.tar.xz
mullvadvpn-3fdae240fec7fe30e245fe668a2bf055811dd886.zip
Disable emails in appveyor
-rw-r--r--appveyor.yml6
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