sudo: false language: ruby rvm: - 2.4.4 - 2.5.1 cache: bundler branches: only: - master script: - bundle exec rake - bundle exec rubocop --parallel