aboutsummaryrefslogtreecommitdiffstats
path: root/ci/cruise_config.rb
blob: ec1c82a8bf70c12578d9eed40c6b1fd940820f6a (plain) (blame)
1
2
3
4
5
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