diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-12-07 21:24:55 +0100 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2016-12-07 21:24:55 +0100 |
commit | 5ba7af8714c88a5e7f256d3c37a052600135ed23 (patch) | |
tree | 0518edb72bed74f6ced0ab96eee46c202617de53 | |
parent | b30f96df3a2046c335a37bb557cabe8f395fc691 (diff) | |
download | monitoring-plugins-5ba7af8.tar.gz |
travis-ci: Don't generate email notifications
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 62c12d9d..5b34fb96 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -84,6 +84,3 @@ notifications: | |||
84 | on_success: change | 84 | on_success: change |
85 | on_failure: always | 85 | on_failure: always |
86 | skip_join: true | 86 | skip_join: true |
87 | email: | ||
88 | - team@monitoring-plugins.org | ||
89 | |||