mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
337b043c93
This should make it easy to set up your own copy of the CI environment, and easier for us to keep ours running.
5 lines
232 B
Ruby
5 lines
232 B
Ruby
Project.configure do |project|
|
|
project.build_command = 'ruby ci/ci_build.rb'
|
|
project.email_notifier.emails = ['thewoolleyman@gmail.com','michael@koziarski.com']
|
|
project.email_notifier.from = 'thewoolleyman+railsci@gmail.com'
|
|
end
|