language: ruby sudo: false # See http://docs.travis-ci.com/user/migrating-from-legacy cache: bundler services: - redis-server rvm: - 2.2.8 - 2.3.5 - 2.4.2 script: 'bundle exec rake spec' notifications: email: recipients: - virtualstaticvoid@gmail.com on_failure: change on_success: never