7 lines
89 B
YAML
7 lines
89 B
YAML
language: ruby
|
|
cache: bundler
|
|
rvm: 2.6
|
|
|
|
install: script/bootstrap
|
|
script: script/cibuild
|