mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Let's not let edge rails break travis.
We want to run tests against edge rails, but we don't want their build to break ours. So it goes in allow_failures.
This commit is contained in:
parent
1b80caa22f
commit
958e3a1ee2
@ -13,6 +13,8 @@ gemfile:
|
||||
- Gemfile
|
||||
- Gemfile.edge
|
||||
matrix:
|
||||
allow_failures:
|
||||
- gemfile: Gemfile.edge
|
||||
exclude:
|
||||
# Edge Rails is only compatible with 1.9.3
|
||||
- gemfile: Gemfile.edge
|
||||
|
||||
Loading…
Reference in New Issue
Block a user