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