language: ruby rvm: - 2.5.0 - 2.4.3 - 2.3.6 - 2.2.9 before_install: # Workaround for https://github.com/sickill/rainbow/issues/48 - gem update --system script: - bundle exec rubocop - bundle exec rspec