diff options
| author | Mike McQuaid | 2015-10-20 08:32:48 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-10-20 08:33:20 +0100 |
| commit | 4934dbb905d4e08b9f6ddf8af170e5605758d3a4 (patch) | |
| tree | 02240b1eb8122f538c83cee79cf9a96a502f6c5e /.travis.yml | |
| parent | 8755e91675dbe615b7792a77061627eb089abbfc (diff) | |
| download | brew-4934dbb905d4e08b9f6ddf8af170e5605758d3a4.tar.bz2 | |
travis.yml: email on failure, post to Slack.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 87b5fa217..a1f0a50a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,4 +31,9 @@ script: - brew test-bot notifications: - email: false + email: + recipients: + - brew-test-bot@googlegroups.com + on_success: never + on_failure: always + slack: mikemcquaid:h0G8MHFwtn0ajrepWuBRUaGV |
