Let Travis always post to webhook after every build

This commit is contained in:
galfert 2012-10-25 15:56:41 +02:00
parent 84c1f419be
commit 4a723f26fb

View File

@ -10,5 +10,5 @@ notifications:
webhooks:
urls:
- http://hook-juggler.heroku.com/hooks/travis
on_success: change
on_success: always
on_failure: always