5 lines
69 B
YAML
5 lines
69 B
YAML
language: ruby
|
|
rvm: 2.3.1
|
|
cache: bundler
|
|
script: bundle exec rubocop
|