language: ruby cache: bundler rvm: - 2.2 - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 script: - bundle exec rubocop - bundle exec rspec spec # safelist branches: only: - master