Skip to content

Commit

Permalink
Add JRuby back to the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Apr 29, 2011
1 parent 7104c10 commit cbd3245
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,5 +3,6 @@ rvm:
- 1.8.7
- 1.9.1
- 1.9.2
- jruby
- rbx
- ree
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -6,3 +6,7 @@ gemspec :path => 'oa-enterprise'
gemspec :path => 'oa-more'
gemspec :path => 'oa-oauth'
gemspec :path => 'oa-openid'

group :development do
gem "thrift_client", "0.6.1", :git => "git://github.com/sferik/thrift_client.git", :branch => "bump_version"
end
1 change: 0 additions & 1 deletion Rakefile
Expand Up @@ -47,4 +47,3 @@ namespace :doc do
task.files = PROJECTS.map{|project| "#{root}/#{project}/lib/**/*.rb"} + ['README.markdown', 'LICENSE']
end
end

0 comments on commit cbd3245

Please sign in to comment.