language: ruby rvm: 2.5.1 branches: only: master before_install: - gem update --system - gem install bundler cache: bundler script: - bundle exec rake - bundle exec rubocop --parallel