language: ruby rvm: - 1.9.3 - 2.1 before_install: - sh .travis/install_riakcs.sh before_script: - cp config.yml.example config.yml script: bundle exec rake test branches: only: - master - stable notifications: email: false webhooks: urls: - http://hook-juggler.herokuapp.com/hooks/travis on_success: always on_failure: always