mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Remove Rails 3.2 support for now.
It is impossible to run our tests on both Rails 3.2 and Rails 4: 1. Rails 3.2 relies on test/unit, which is MiniTest 4. 2. Rails 4 relies on MiniTest 5. 3. MiniTest 5 is not compatible with test/unit. 😢 😢 😢
This commit is contained in:
@@ -7,7 +7,6 @@ rvm:
|
||||
- rbx-2
|
||||
- ruby-head
|
||||
env:
|
||||
- "RAILS_VERSION=3.2"
|
||||
- "RAILS_VERSION=4.0"
|
||||
- "RAILS_VERSION=4.1"
|
||||
- "RAILS_VERSION=master"
|
||||
|
||||
Reference in New Issue
Block a user