mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
👷🏻♀️ Use Bundler 2 on travis
This commit is contained in:
parent
54536ef0e2
commit
09ae943a1f
2 changed files with 8 additions and 0 deletions
|
@ -14,3 +14,6 @@ trim_trailing_whitespace = false
|
|||
|
||||
[*.rb]
|
||||
indent_size = 2
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue