mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Don't notify campfire when the build keeps passing
This commit is contained in:
parent
c59409b838
commit
4012fcff22
1 changed files with 4 additions and 1 deletions
|
@ -18,5 +18,8 @@ notifications:
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org#rails-contrib"
|
- "irc.freenode.org#rails-contrib"
|
||||||
campfire:
|
campfire:
|
||||||
secure: "CGWvthGkBKNnTnk9YSmf9AXKoiRI33fCl5D3jU4nx3cOPu6kv2R9nMjt9EAo\nOuS4Q85qNSf4VNQ2cUPNiNYSWQ+XiTfivKvDUw/QW9r1FejYyeWarMsSBWA+\n0fADjF1M2dkDIVLgYPfwoXEv7l+j654F1KLKB69F0F/netwP9CQ="
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
rooms:
|
||||||
|
- secure: "CGWvthGkBKNnTnk9YSmf9AXKoiRI33fCl5D3jU4nx3cOPu6kv2R9nMjt9EAo\nOuS4Q85qNSf4VNQ2cUPNiNYSWQ+XiTfivKvDUw/QW9r1FejYyeWarMsSBWA+\n0fADjF1M2dkDIVLgYPfwoXEv7l+j654F1KLKB69F0F/netwP9CQ="
|
||||||
bundler_args: --path vendor/bundle
|
bundler_args: --path vendor/bundle
|
||||||
|
|
Loading…
Reference in a new issue