--- sudo: false language: ruby cache: - bundler - yarn rvm: - 2.3.8 - 2.4.5 - 2.5.3 - 2.6.1 before_install: - gem install bundler -v 1.17.2 - bin/setup script: - bundle exec rake spec - bundle exec rubocop