mirror of https://github.com/status-im/EIPs.git
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…
Reference in New Issue