Add notification webhook for Travis
This commit is contained in:
parent
557223e0f9
commit
8c5993068b
@ -6,3 +6,9 @@ services: riak
|
|||||||
before_script:
|
before_script:
|
||||||
- cp config.yml.example config.yml
|
- cp config.yml.example config.yml
|
||||||
script: rake test
|
script: rake test
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- http://hook-juggler.heroku.com/hooks/travis
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
Loading…
x
Reference in New Issue
Block a user