language: ruby before_install: - gem update bundler rvm: - 2.5 - 2.6 - 2.7 script: - bundle exec rake rubocop - bundle exec rake test