Skip to content

Commit

Permalink
Added Ruby 2.1.0 to travis and fixed rbx-d19
Browse files Browse the repository at this point in the history
As by this issue: travis-ci/travis-ci#1641
rbx-d19 is not recommended (and does not work anymore)
  • Loading branch information
brodock committed Aug 26, 2014
1 parent a37a95f commit 4c53121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -5,13 +5,13 @@ rvm:
- 2.0.0
- 1.9.3
- 2.1.2
- rbx-19mode
- rbx-2
- ruby-head
services: mongodb
#script: ./script/rspec-queue-mongoid.rb --format progress spec
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: rbx-2
- rvm: ruby-head


Expand Down
2 changes: 1 addition & 1 deletion app/mailers/mailer.rb
Expand Up @@ -52,7 +52,7 @@ def comment_notification(comment)

errbit_headers 'App' => @app.name,
'Environment' => @notice.environment_name,
'Problem-Id' => @problem.problem_id,
'Problem-Id' => @problem.id,
'Comment-Author' => @user.name

mail :to => recipients,
Expand Down

0 comments on commit 4c53121

Please sign in to comment.