mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-22 22:06:50 +00:00
Uninstall bundler >= 2 if it already exists on travis
This commit is contained in:
parent
10af7a6205
commit
923219a46e
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user