--- sudo: false dist: trusty language: ruby cache: bundler rvm: - 2.1.10 - 2.2.10 - 2.3.7 - 2.4.4 - 2.5.1 before_install: - gem install bundler --no-doc script: - bundle exec rspec - bundle exec rubocop