language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 before_install: - gem update --system - gem install bundler script: - bundle exec rubocop - bundle exec rspec spec # safelist branches: only: - master