mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-04 19:13:48 +00:00
Add bundler to before_install
https://docs.travis-ci.com/user/languages/ruby/#bundler-20
This commit is contained in:
parent
3beee14440
commit
7f4f037773
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user