Meta: Let's try giving Travis some valid YAML this time..
This commit is contained in:
parent
e25ade7579
commit
14a228a6f8
Notes:
sideshowbarker
2024-07-19 12:18:53 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/14a228a6f88
1 changed files with 3 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue