language: ruby cache: bundler rvm: 2.6.3 before_install: - gem update --system - gem install bundler script: - bundle exec rake - bundle exec rubocop