language: ruby cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1.5 script: 'bundle exec rake' notifications: email: recipients: - samuel@molinari.me on_failure: change on_success: never