Use new hook-juggler URL in Travis config

Heroku changed their routing using a new domain.
This commit is contained in:
Garret Alfert 2014-10-21 16:05:57 +02:00
parent 316957bb21
commit 67ebeb47d8

View File

@ -15,6 +15,6 @@ notifications:
email: false email: false
webhooks: webhooks:
urls: urls:
- http://hook-juggler.heroku.com/hooks/travis - http://hook-juggler.herokuapp.com/hooks/travis
on_success: always on_success: always
on_failure: always on_failure: always