public
Description: CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack.
Homepage: http://cruisecontrolrb.thoughtworks.com/
Clone URL: git://github.com/benburkert/cruisecontrolrb.git
cruisecontrolrb / cruise_config.rb
100644 8 lines (6 sloc) 0.261 kb
1
2
3
4
5
6
7
8
# this is the file that cruise control uses to configure its own cruise build at
# http://cruisecontrolrb.thoughtworks.com/
# simple, ain't it
 
Project.configure do |project|
  project.email_notifier.emails = ["cruisecontrolrb-developers@rubyforge.org"]
end