Codebase list ruby-omniauth-facebook / 1963447
Merge pull request #266 from amatsuda/travis Make CI green again Mark Dodwell authored 7 years ago GitHub committed 7 years ago
2 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 - gem update --system
44 - gem --version
55 rvm:
6 - 2.3.0
7 - 2.2
6 - 2.4.0
7 - 2.3.1
8 - 2.2.6
89 - 2.1
910 - 2.0
1011 - 1.9.3
1112 - jruby-19mode
1213 - rbx-2
14
15 matrix:
16 allow_failures:
17 - rvm: rbx-2
11
22 gemspec
33
4 gem 'rack', RUBY_VERSION < '2.2.2' ? '~> 1.6' : '>= 2.0'
5
46 platforms :rbx do
57 gem 'rubysl', '~> 2.0'
68 end