From 67ebeb47d87dc66467bd161efbb5128334b4424a Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Tue, 21 Oct 2014 16:05:57 +0200 Subject: [PATCH] Use new hook-juggler URL in Travis config Heroku changed their routing using a new domain. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e60edf3..acc1dbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,6 @@ notifications: email: false webhooks: urls: - - http://hook-juggler.heroku.com/hooks/travis + - http://hook-juggler.herokuapp.com/hooks/travis on_success: always on_failure: always