diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-02-16 20:12:35 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-02-16 20:12:35 +0100 |
commit | 79efa279f6149a50ecbc24b30488ff7df3e15058 (patch) | |
tree | ae8b136e9f8c4e81282f07b174a945af934bedc0 | |
parent | 182430de46f84cda1c7c1097b60b0dcb074c9c3d (diff) | |
download | monitoring-plugins-79efa279f6149a50ecbc24b30488ff7df3e15058.tar.gz |
travis-ci: Enable email notifications
Have Travis CI send build failure and recovery notifications to the
team@ list.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 339648f6..47656127 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@monitoring-plugins.org # Don't use Clang for Coverity Scan. matrix: |