language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 install: - bundle install --retry=3 script: - bundle exec rubocop - bundle exec rake