[travis] remove installed bundler

This commit is contained in:
Chris Roberts 2016-09-14 14:44:36 -07:00
parent 9c299a2a35
commit fc79e8c2f3
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ sudo: false
cache: bundler
before_install:
- gem uninstall bundler -aIxq --force
- gem uninstall -Ixq --force -i /home/travis/.rvm/gems/ruby-2.2.3@global bundler
- gem install bundler -v '1.12.5'
addons: