From aa5d3f75a415f362f42a999555209cd8bc720229 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 1 Jan 2018 16:12:25 -0800 Subject: [PATCH] tools: travis: notify when build starts, for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 777b67576..c319ea9df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -206,6 +206,6 @@ notifications: - "https://ingest.devmode.cloud/hooks/travisci?channel=%23hledger-bots&longurl=1" # on_success: change # default: always # on_failure: always # default: always - # on_start: change # default: never + on_start: always # default: never # on_cancel: always # default: always # on_error: always # default: always