mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
removes test env for incompatible Rails 3.2 and adds Rails 4.2
gemspec requires "rails" and "activemodel, ">= 4.0", so testing on 3.2 will always fail to resolve dependencies. adds and defaults to Rails 4.2 when RAILS_VERSION is not specified
This commit is contained in:
parent
1577969cb7
commit
b224d50005
@ -15,13 +15,12 @@ install:
|
|||||||
- bundle install --retry=3
|
- bundle install --retry=3
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- "RAILS_VERSION=3.2"
|
|
||||||
- "RAILS_VERSION=4.0"
|
- "RAILS_VERSION=4.0"
|
||||||
- "RAILS_VERSION=4.1"
|
- "RAILS_VERSION=4.1"
|
||||||
|
- "RAILS_VERSION=4.2"
|
||||||
- "RAILS_VERSION=master"
|
- "RAILS_VERSION=master"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- rvm: ruby-head
|
- rvm: ruby-head
|
||||||
- env: "RAILS_VERSION=master"
|
- env: "RAILS_VERSION=master"
|
||||||
- env: "RAILS_VERSION=3.2"
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user