Project

General

Profile

Download (196 Bytes) Statistics
| Branch: | Tag: | Revision:
sudo: false
language: ruby
rvm:
- 2.3.5
- 2.5.1
- 2.6.3
- 2.7.0
before_install:
- gem update --remote bundler
install:
- bundle install --retry=3
script:
- bundle exec rubocop -D -S
(4-4/9)