mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Uninstall bundler >= 2 if it already exists on travis
This commit is contained in:
@@ -40,6 +40,7 @@ cache:
|
||||
- vendor/bundle
|
||||
|
||||
before_install:
|
||||
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
|
||||
- gem install bundler -v 1.17.3
|
||||
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user