From 6126edcd75d9594eab08b2beb038c5eeb4a28585 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Tue, 3 Sep 2019 22:16:43 +0200 Subject: [PATCH] Meta: Try showing the commit subject in IRC notifications Hopefully I got the travis-ci notifications syntax right! --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index d4a21f8642..e42bf29ed2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,10 @@ cache: notifications: irc: "chat.freenode.net#serenityos" + template: + - "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + - "Subject: %{commit_subject}" + - "Details: %{build_url}" before_install: - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test