summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-02-16 19:12:35 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-02-16 19:12:35 (GMT)
commit79efa279f6149a50ecbc24b30488ff7df3e15058 (patch)
treeae8b136e9f8c4e81282f07b174a945af934bedc0
parent182430de46f84cda1c7c1097b60b0dcb074c9c3d (diff)
downloadmonitoring-plugins-79efa27.tar.gz
travis-ci: Enable email notifications
Have Travis CI send build failure and recovery notifications to the team@ list.
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 339648f..4765612 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,8 @@ notifications:
25 on_success: change 25 on_success: change
26 on_failure: always 26 on_failure: always
27 skip_join: true 27 skip_join: true
28# email: false 28 email:
29 - team@monitoring-plugins.org
29 30
30# Don't use Clang for Coverity Scan. 31# Don't use Clang for Coverity Scan.
31matrix: 32matrix: