Skip to content

Commit 410576f

Browse files
committed
Merge pull request #901 from o11c/irc
Enable IRC notifications
2 parents 73fc6b1 + 40b4eec commit 410576f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ install:
1414
- python setup.py install
1515

1616
script: bash travis.sh
17+
18+
notifications:
19+
irc:
20+
channels:
21+
- "chat.freenode.net##mypy"
22+
use_notice: true

0 commit comments

Comments
 (0)