From ee7045bf784e147a42be6a9a0a640d00458513d5 Mon Sep 17 00:00:00 2001 From: yosssi Date: Wed, 12 Feb 2014 23:04:29 +0900 Subject: [PATCH] Added the `on_started`, `on_success`, `on_failure` properties on the notify.hipchat so that README readers can know that these properties are available. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78101836..e400e670 100644 --- a/README.md +++ b/README.md @@ -189,8 +189,8 @@ publish: ### Notifications -Drone can trigger email, hipchat and web hook notification at the completion -of your build: +Drone can trigger email, hipchat and web hook notification at the beginning and +completion of your build: ``` notify: @@ -204,7 +204,10 @@ notify: hipchat: room: support - token: 3028700e5466d375 + token: 3028700e5466d375 + on_started: true + on_success: true + on_failure: true ``` ### Docs