Skip to content

Commit

Permalink
run tests against jruby and rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Apr 30, 2013
1 parent bde9bda commit 02a48ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
before_install:
- gem install bundler

rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode

notifications:
email: false
campfire:
Expand Down
6 changes: 1 addition & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ gem 'rails-observers', github: 'rails/rails-observers', branch: 'master'
local_gemfile = File.dirname(__FILE__) + "/.Gemfile"
instance_eval File.read local_gemfile if File.exists? local_gemfile

platforms :ruby do
gem 'json'
gem 'yajl-ruby'
gem 'nokogiri', '>= 1.4.5'

platform :mri do
group :test do
gem 'ruby-prof'
end
Expand Down

0 comments on commit 02a48ae

Please sign in to comment.