Skip to content

Commit

Permalink
re-enable CI build emails
Browse files Browse the repository at this point in the history
  • Loading branch information
alexch committed Aug 1, 2011
1 parent 42555c1 commit ccfe52a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion cruise_config.rb
@@ -1,5 +1,5 @@
Project.configure do |project| Project.configure do |project|
project.email_notifier.emails = ['alex@stinky.com'] #, 'erector@googlegroups.com'] project.email_notifier.emails = ['alex@stinky.com', 'erector@googlegroups.com']
project.email_notifier.from = 'alexch+erectorci@gmail.com' project.email_notifier.from = 'alexch+erectorci@gmail.com'
project.build_command = "./cruise_build.sh" project.build_command = "./cruise_build.sh"
end end
1 change: 0 additions & 1 deletion spec/erector/xml_widget_spec.rb
Expand Up @@ -13,7 +13,6 @@ class Rss2Widget < Erector::XMLWidget
tag "lastBuildDate" tag "lastBuildDate"
tag "pubDate" tag "pubDate"
tag "item" tag "item"
tag "description"
tag "guid" tag "guid"


def content def content
Expand Down

0 comments on commit ccfe52a

Please sign in to comment.