From d9108c7cfe53d4831df625e1856c0949193009fe Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 30 Dec 2017 15:55:54 -0800 Subject: [PATCH] tools: travis: try enabling long urls in IRC notifications --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1777891b0..777b67576 100644 --- a/.travis.yml +++ b/.travis.yml @@ -203,7 +203,7 @@ notifications: webhooks: urls: - - "https://ingest.devmode.cloud/hooks/travisci?channel=%23hledger-bots" + - "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