1
0
mirror of synced 2025-02-09 16:49:24 +03:00

Add IRC notifications for build failures/changes

This commit is contained in:
Kevin Brown 2015-01-09 20:56:06 -05:00
parent 7f17291932
commit a6b11ab48b

View File

@ -5,3 +5,8 @@ script:
- grunt compile test
notifications:
email: false
irc:
channels:
- "chat.freenode.net#select2"
on_success: change
on_failure: always