From 4a723f26fb3ebc8c1c3bef832d39cd1a15f9e060 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Thu, 25 Oct 2012 15:56:41 +0200 Subject: [PATCH] Let Travis always post to webhook after every build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f158d3e..4f62619 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ notifications: webhooks: urls: - http://hook-juggler.heroku.com/hooks/travis - on_success: change + on_success: always on_failure: always