Skip to content

Commit a6b11ab

Browse files
committed
Add IRC notifications for build failures/changes
1 parent 7f17291 commit a6b11ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ script:
55
- grunt compile test
66
notifications:
77
email: false
8+
irc:
9+
channels:
10+
- "chat.freenode.net#select2"
11+
on_success: change
12+
on_failure: always

0 commit comments

Comments
 (0)