Skip to content

Commit

Permalink
Update travis build for Ruby 2.1 and RBX
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed Jan 15, 2014
1 parent ba98fe9 commit ff61f87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -3,5 +3,9 @@ rvm:
- 1.8.7
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx-19mode
- rbx
matrix:
allow_failures:
- rvm: rbx
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -22,3 +22,7 @@ end
platforms :mri, :jruby do
gem "typhoeus", "~> 0.5"
end

platforms :rbx do
gem "rubysl", "~> 2.0"
end

0 comments on commit ff61f87

Please sign in to comment.