瀏覽代碼

travis-ci: Enable email notifications

Have Travis CI send build failure and recovery notifications to the
team@ list.
Holger Weiss 12 年之前
父節點
當前提交
79efa279f6
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .travis.yml

+ 2 - 1
.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: