language: ruby rvm: - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 - 2.5 install: - bundle install --retry=3 script: - bundle exec rubocop