aboutsummaryrefslogtreecommitdiffstats
path: root/ci/cruise_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ci/cruise_config.rb')
-rw-r--r--ci/cruise_config.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/cruise_config.rb b/ci/cruise_config.rb
new file mode 100644
index 0000000000..ec1c82a8bf
--- /dev/null
+++ b/ci/cruise_config.rb
@@ -0,0 +1,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