summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c096cf4..f01c7c2 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -442,7 +442,8 @@ IRC = reporters.IRC(
EMAIL = reporters.MailNotifier(
fromaddr="testbuild@taler.net",
sendToInterestedUsers=False,
- mode=("problem"),
+ # notify from pass to fail, and viceversa.
+ mode=("change"),
builders=(
"switcher-builder",
"doc-builder",