BUILD: Add IRC notifications to Travis CI builds

This commit is contained in:
Eugene Sandulenko 2017-01-23 22:16:48 +01:00
parent 3bd85ef313
commit 87a7198521

View File

@ -41,3 +41,10 @@ script:
- make -j 2
- make test
- make devtools
notifications:
irc:
channels:
- "chat.freenode.net#scummvm"
on_success: change
on_failure: always