6 lines
94 B
YAML
6 lines
94 B
YAML
---
|
|
language: ruby
|
|
cache: bundler
|
|
rvm:
|
|
- 2.6.5
|
|
before_install: gem install bundler -v 2.1.4
|