Add notification webhook for Travis

This commit is contained in:
galfert 2012-09-14 17:45:41 +02:00
parent 557223e0f9
commit 8c5993068b

View File

@ -6,3 +6,9 @@ services: riak
before_script:
- cp config.yml.example config.yml
script: rake test
notifications:
webhooks:
urls:
- http://hook-juggler.heroku.com/hooks/travis
on_success: change
on_failure: always