--- language: ruby cache: bundler before_install: - yes | gem update --system --force - gem install bundler -v 2.1.2 rvm: - 2.3.0 - 2.4.0 - 2.5.0 - 2.6.0 - 2.7.0 script: - bundle exec rubocop - bundle exec rspec