7 lines
93 B
YAML
7 lines
93 B
YAML
sudo: false
|
|
language: ruby
|
|
rvm:
|
|
- 2.6.6
|
|
cache: bundler
|
|
before_install: gem install bundler
|