From 461c6651e51ade0d96b1663c6603261e672b64d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Wed, 23 Jan 2019 14:40:27 +0100 Subject: [PATCH] Tweak webhook settings --- .travis.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2b8f7fc..1a0c9c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,4 +26,11 @@ stages: if: branch = master notifications: - webhooks: https://api.netlify.com/build_hooks/5c48563f62f5b00171251b98 + webhooks: + urls: + - https://api.netlify.com/build_hooks/5c48563f62f5b00171251b98 + on_success: always + on_failure: never + on_start: never + on_cancel: never + on_error: never