From 5e46b1f43a84386ce30c6dddbd7c07e12b65064b Mon Sep 17 00:00:00 2001 From: David Dollar Date: Mon, 23 Jan 2012 00:41:10 -0500 Subject: [PATCH] fix webhook url --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec5a793..30f84f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ notifications: on_success: always on_failure: always urls: - - https://dx-helper.herokuapp.com/travis + - http://dx-helper.herokuapp.com/travis