diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-08-15 15:18:12 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-08-15 15:24:15 -0700 |
commit | 95f46d13b500f4d25c954bd7f0ae679cc1950591 (patch) | |
tree | 93d43e187cb6efd0eefc4d981545913b20fc3f9d /.travis.yml | |
parent | 4e62358a305513b8235d59485d61f540e5dc6a4a (diff) | |
download | chef-95f46d13b500f4d25c954bd7f0ae679cc1950591.tar.gz |
Modify travis notifications so that we are notified only when a stable branch is broken.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 149f410615..ec05a9f002 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,9 +74,10 @@ matrix: - secure: SOMYGVfHLkHsH6koxpw68YQ4ydEo6YXPhHbrYGQbehUbFa6+OZzBcAJRJbKjyhD2AZRvNr2jB8XnjYKvVyDGQRpkWhGYZ7CpHqINpDsqKBsbiMe3/+KmKQqS+UKxNGefquoOvyQ1N8Xy77dkWYokRtGMEuR12RkZLonxiDW8Qyg= ### END TEST KITCHEN ONLY ### notifications: + on_change: true + on_failure: true on_success: change - on_failure: always - on_start: false + on_pull_requests: false irc: channels: - chat.freenode.net#chef-hacking |