language: ruby sudo: false cache: - bundler rvm: - 2.3.0 - 2.2.4 - 2.1.8 script: - bundle exec rubocop -D - bundle exec rake spec notifications: email: false