Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
rbx-19mode → rbx for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Johns committed Dec 23, 2013
1 parent d009c97 commit fafb7ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ rvm:
- 1.9.3
- 1.9.2
- jruby-19mode
- rbx-19mode
- rbx
- ruby-head
- jruby-head
matrix:
Expand Down
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ gem 'coveralls', require: false
gem 'json', '~> 1.7.7'
gem 'rake'
gem 'rspec'

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

0 comments on commit fafb7ed

Please sign in to comment.