Skip to content

Commit 3ae6b1e

Browse files
committed
Make travis notify in irc.
1 parent 5bb3302 commit 3ae6b1e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,11 @@ script:
1111
- "coverage run -a $(which py.test) examples"
1212
after_success:
1313
- "coveralls"
14+
15+
notifications:
16+
email: false
17+
irc:
18+
channels:
19+
- chat.freenode.org#parsley
20+
on_success: always
21+
on_failure: always

0 commit comments

Comments
 (0)