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