Meta: Let's try giving Travis some valid YAML this time..

This commit is contained in:
Andreas Kling 2019-09-04 11:45:43 +02:00
parent e25ade7579
commit 14a228a6f8

View file

@ -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}"