Skip to content

Commit

Permalink
Add Ruby 2.2 to travis but allow it to fail for now
Browse files Browse the repository at this point in the history
There are two failures related to translating truthy / falsy values that
we need to take care of.
  • Loading branch information
carlosantoniodasilva committed Dec 19, 2014
1 parent 3992cfc commit 2b48cb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- rbx
- jruby

Expand All @@ -14,6 +15,7 @@ gemfile:

matrix:
allow_failures:
- rvm: 2.2
- rvm: rbx
- rvm: jruby
fast_finish: true

0 comments on commit 2b48cb3

Please sign in to comment.