add bundle command to travis

This commit is contained in:
Adam Meehan 2019-06-11 17:24:32 +10:00
parent 5743d87bc7
commit acd9fc13e4

View File

@ -2,6 +2,8 @@ language: ruby
before_install:
- gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
- gem install bundler -v '< 2'
before_script:
- bundle install
cache: bundler
gemfile: