mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Spam people with commit rights on test failures.
This commit is contained in:
parent
19818eb0ea
commit
2f92313324
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
Project.configure do |project|
|
||||
project.build_command = 'ruby ci/ci_build.rb'
|
||||
project.email_notifier.emails = ['thewoolleyman@gmail.com']
|
||||
# project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com', 'wycats@gmail.com']
|
||||
# project.email_notifier.emails = ['thewoolleyman@gmail.com']
|
||||
project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com', 'wycats@gmail.com']
|
||||
project.email_notifier.from = 'thewoolleyman+railsci@gmail.com'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue