👷🏻‍♀️ Use Bundler 2 on travis

This commit is contained in:
Ben Chatelain 2019-12-13 17:08:16 -07:00
parent 54536ef0e2
commit 09ae943a1f
2 changed files with 8 additions and 0 deletions

View file

@ -14,3 +14,6 @@ trim_trailing_whitespace = false
[*.rb]
indent_size = 2
[*.yml]
indent_size = 2

View file

@ -16,6 +16,11 @@ env:
- LC_ALL=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
# Bundler 2
# https://docs.travis-ci.com/user/languages/ruby/#bundler-20
before_install:
- gem install bundler
install:
- script/bootstrap