mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
This should make it easy to set up your own copy of the CI environment, and easier for us to keep ours running.
6 lines
232 B
Ruby
6 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
|