mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
BUILD: Add IRC notifications to Travis CI builds
This commit is contained in:
parent
3bd85ef313
commit
87a7198521
@ -41,3 +41,10 @@ script:
|
|||||||
- make -j 2
|
- make -j 2
|
||||||
- make test
|
- make test
|
||||||
- make devtools
|
- make devtools
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#scummvm"
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
Loading…
Reference in New Issue
Block a user