Add bundler to before_install

https://docs.travis-ci.com/user/languages/ruby/#bundler-20
This commit is contained in:
Nick Johnson 2019-01-08 07:53:03 +13:00 committed by GitHub
parent 3beee14440
commit 7f4f037773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ sudo: false # route your build to the container-based infrastructure for a faste
language: ruby
before_install:
- gem install bundler -v '< 2'
cache:
# Cache Ruby bundles
- bundler