Skip to content

Commit

Permalink
Meta: Try showing the commit subject in IRC notifications
Browse files Browse the repository at this point in the history
Hopefully I got the travis-ci notifications syntax right!
  • Loading branch information
awesomekling committed Sep 3, 2019
1 parent 9cb4e5a commit 6126edc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6126edc

Please sign in to comment.