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.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/ci/cruise_config.rb b/ci/cruise_config.rb
index 9c7fa98a70..dd5b638c17 100644
--- a/ci/cruise_config.rb
+++ b/ci/cruise_config.rb
@@ -1,9 +1,9 @@
Project.configure do |project|
- # Send email notifications about broken and fixed builds to core mailing list
- if Socket.gethostname =~ /ci.rubyonrails.org/ && ENV['ENABLE_RAILS_CI_EMAILS'] == 'true'
- project.email_notifier.emails = ['rubyonrails-core@googlegroups.com']
- end
+ project.build_command = 'sudo gem update --system 1.6.2 && ruby ci/ci_build.rb'
+ project.email_notifier.from = 'rails-ci@wyeworks.com'
- project.build_command = 'sudo gem update --system && ruby ci/ci_build.rb'
- project.email_notifier.from = 'thewoolleyman@gmail.com'
+ # project.campfire_notifier.account = 'rails'
+ # project.campfire_notifier.token = ''
+ # project.campfire_notifier.room = 'Rails 3'
+ # project.campfire_notifier.ssl = true
end