Skip to content

Commit ce723cc

Browse files
committed
Merge pull request #51 from mythmon/patch-1
Make travis notify in irc.
2 parents 5bb3302 + 7f8555d commit ce723cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ 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
22+
use_notice: true

0 commit comments

Comments
 (0)