travis: Notify on IRC
This commit is contained in:
parent
e52893db93
commit
a52e946303
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ language: c
|
||||||
# Use the faster container-based infrastructure.
|
# Use the faster container-based infrastructure.
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#charybdis"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
|
|
Loading…
Reference in a new issue