mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Add JRuby back to the CI matrix
This commit is contained in:
parent
7104c108ee
commit
cbd324533a
3 changed files with 5 additions and 1 deletions
|
@ -3,5 +3,6 @@ rvm:
|
|||
- 1.8.7
|
||||
- 1.9.1
|
||||
- 1.9.2
|
||||
- jruby
|
||||
- rbx
|
||||
- ree
|
||||
|
|
4
Gemfile
4
Gemfile
|
@ -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
Rakefile
1
Rakefile
|
@ -47,4 +47,3 @@ namespace :doc do
|
|||
task.files = PROJECTS.map{|project| "#{root}/#{project}/lib/**/*.rb"} + ['README.markdown', 'LICENSE']
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue