configured travis for irc notifications
Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -8,3 +8,9 @@ before_script: | ... | @@ -8,3 +8,9 @@ before_script: |
8 | - "sh -e /etc/init.d/xvfb start" | 8 | - "sh -e /etc/init.d/xvfb start" |
9 | script: | 9 | script: |
10 | - "DISPLAY=:99.0 ./bin/casperjs selftest" | 10 | - "DISPLAY=:99.0 ./bin/casperjs selftest" |
11 | notifications: | ||
12 | irc: | ||
13 | channels: | ||
14 | - "irc.freenode.org#casperjs" | ||
15 | use_notice: true | ||
16 | skip_join: true | ... | ... |
-
Please register or sign in to post a comment