diff options
author | Matt Clay <matt@mystile.com> | 2016-06-23 23:04:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-23 23:04:00 -0700 |
commit | 5fdcc2f2b0d4012daad80409c77142e645468cd6 (patch) | |
tree | 0692b8e08f04d473def995df965a105e6ce13b7b /shippable.yml | |
parent | ca3aba72fc6223c4aae49ab18d2ad553a9fbef55 (diff) | |
download | ansible-5fdcc2f2b0d4012daad80409c77142e645468cd6.tar.gz |
Enable Shippable email notifications. (#16429)
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shippable.yml b/shippable.yml index d04b364146..b1b00ce80a 100644 --- a/shippable.yml +++ b/shippable.yml @@ -56,8 +56,10 @@ integrations: notifications: - integrationName: email type: email - on_success: never - on_failure: never + recipients: + --last_committer + on_success: change + on_failure: always on_start: never on_pull_request: never - integrationName: irc |