[monitoring-plugins] travis-ci: Enable email notifications
Holger Weiss
git at monitoring-plugins.org
Sun Feb 16 20:30:07 CET 2014
Module: monitoring-plugins
Branch: master
Commit: 79efa279f6149a50ecbc24b30488ff7df3e15058
Author: Holger Weiss <holger at zedat.fu-berlin.de>
Date: Sun Feb 16 20:12:35 2014 +0100
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=79efa27
travis-ci: Enable email notifications
Have Travis CI send build failure and recovery notifications to the
team@ list.
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 339648f..4765612 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,8 @@ notifications:
on_success: change
on_failure: always
skip_join: true
-# email: false
+ email:
+ - team at monitoring-plugins.org
# Don't use Clang for Coverity Scan.
matrix:
More information about the Commits
mailing list