.travis.yml: add IRC notifications

SOF has #sof dedicated channel on irc.freenode.net server.
This will enable travis ci to send notifications to the IRC
channel each time a build is finished (either successful or not).

We will see how this works and refine it later if it is too spammy.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
Daniel Baluta 2020-06-11 16:05:37 +03:00 committed by Liam Girdwood
parent 700ca2ae9a
commit a8ec8bf8c6
1 changed files with 7 additions and 0 deletions

View File

@ -92,3 +92,10 @@ jobs:
# any issue. This time doxygen stops on the first issue.
- printf 'WARN_AS_ERROR = YES\n' >> doc/sof.doxygen.in
- ninja -C doxybuild -v doc
notifications:
irc:
channels:
- "chat.freenode.net#sof"
on_success: always
on_failure: always