mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Remove Ruby 1.8 and 1.9.2 support
This commit is contained in:
parent
e1ae39122c
commit
66caef5a0c
16
.travis.yml
16
.travis.yml
@ -1,11 +1,7 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
|
||||||
- 1.9.2
|
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- ree
|
|
||||||
- jruby-18mode
|
|
||||||
- jruby-19mode
|
- jruby-19mode
|
||||||
- rbx-2
|
- rbx-2
|
||||||
gemfile:
|
gemfile:
|
||||||
@ -14,15 +10,3 @@ gemfile:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- gemfile: Gemfile.edge
|
- gemfile: Gemfile.edge
|
||||||
exclude:
|
|
||||||
# Edge Rails is only compatible with 1.9.3
|
|
||||||
- gemfile: Gemfile.edge
|
|
||||||
rvm: 1.8.7
|
|
||||||
- gemfile: Gemfile.edge
|
|
||||||
rvm: 1.9.2
|
|
||||||
- gemfile: Gemfile.edge
|
|
||||||
rvm: ree
|
|
||||||
- gemfile: Gemfile.edge
|
|
||||||
rvm: jruby-18mode
|
|
||||||
- gemfile: Gemfile.edge
|
|
||||||
rvm: rbx-18mode
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user