public
Description:
Homepage: http://explainpmt.com
Clone URL: git://github.com/explainpmt/explainpmt.git
explainpmt / cruise_config.rb
100644 5 lines (5 sloc) 0.26 kb
1
2
3
4
5
Project.configure do |project|
  # Send email notifications about broken and fixed builds to email1@your.site, email2@your.site (default: send to nobody)
  project.email_notifier.emails = [ 'explainpmt-dev@googlegroups.com' ]
  project.rake_task = 'cruise'
end