From 14a228a6f883c81391942a75fe7731d2933c4233 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 4 Sep 2019 11:45:43 +0200 Subject: [PATCH] Meta: Let's try giving Travis some valid YAML this time.. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e42bf29ed20..ffecf4ec952 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,9 @@ cache: - /var/cache/apt/archives/*.deb notifications: - irc: "chat.freenode.net#serenityos" + irc: + channels: + - "chat.freenode.net#serenityos" template: - "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" - "Subject: %{commit_subject}"