summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSeth Chisamore <schisamo@getchef.com>2014-03-03 11:08:57 -0500
committerSeth Chisamore <schisamo@getchef.com>2014-03-03 11:08:57 -0500
commit69dd859b909b84c9025cab8a0cced9219a315bfa (patch)
tree9a3f053055df0c4a49043b123d166261b397939f /.travis.yml
parentad6abcc84a0bd9bd47b636f7004588510615c188 (diff)
downloadchef-69dd859b909b84c9025cab8a0cced9219a315bfa.tar.gz
Enable Travis CI notifications
This commit enables notifications to the following communication channels: * HipChat - "Build Statuses" and "Open Source" rooms * IRC - #chef-hacking channel * Gitter IM - opscode/chef chat room Notifications will only be sent if a build fails OR a failed build transitions to successful.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b8eb285561..dac9ab4d4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,3 +24,21 @@ branches:
- 11-stable
script: bundle exec rspec --color --format progress
+
+notifications:
+ on_success: change
+ on_failure: always
+ on_start: false
+ irc:
+ channels:
+ - "chat.freenode.net#chef-hacking"
+ webhooks:
+ urls:
+ # Gitter IM
+ - secure: "HmMKr/ysKVyKUJ24PRCHcA8QCmlFoukrYumY0GRLzvaFWO8PknHO1t/0RbrKRb2ed/hgkFd+RKNCYvSvcE8Ahr2vlMrBeGHGfVeOGkWtbhLgNqo1b50Ll9CqvTM8X2ZIq6hIWraanwoYRQu/8uGL29yH4lBi7DhpTkFwBMLulhQ="
+ hipchat:
+ rooms:
+ # Build Statuses
+ - secure: "G8MNo94L8bmWWwkH2/ViB2QaZnZHZscYM/mEjDbOGd15sqrruwckeARyBoUcRI7P1C6AFmS4IKCNVXa6KzX4Pbh51gQWM92zRpRTZpplwtXz53/1l8ajLFLLMLvEMTlBFAANUKEUFAQPY4dMa14V3Qc5oijfIncN61k4nZNTKpY="
+ # Open Source
+ - secure: "hmcex4PpG5dn8WvjndONO4xCUKOC5kPU/bUEGRrfVbe2YKJE7t0XXbNDC96W/xBgzgnJzvf1Er0zJKDrNf4qEDEWFoozdN00WLcqREgaLLS3Seto2FjR/BpBk5q+sCV0rwwEMms2P4Qk+VSnDCnm9EaeM55hOabqNuOrRzoZLBQ="