mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
6 lines
326 B
Ruby
6 lines
326 B
Ruby
Project.configure do |project|
|
|
project.build_command = 'ruby ci/ci_build.rb'
|
|
project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com', 'david@loudthinking.com', 'jeremy@bitsweat.net', 'josh@joshpeek.com', 'pratiknaik@gmail.com']
|
|
project.email_notifier.from = 'thewoolleyman+railsci@gmail.com'
|
|
end
|