Skip to content

Commit

Permalink
Added Rubinius 2.2.0 and newer as Travis build targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Jan 21, 2014
1 parent e9e9318 commit 9252d82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ rvm:
- 1.9.3
- 1.9.2
- jruby-19mode
- jruby-head
- rbx-2.2.0
- rbx-2.2.1
- rbx-2.2.2
- rbx-2.2.3
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ group :testing do
gem 'faker'
gem 'timecop'
end

platforms :rbx do
gem 'racc'
gem 'rubysl', '~> 2.0'
gem 'psych'
end

0 comments on commit 9252d82

Please sign in to comment.