Commit b87c3599 b87c3599793b0ae342f150e99b57b59c906ffb3f by Nicolas Perriault

configured travis for irc notifications

1 parent cb323523
......@@ -8,3 +8,9 @@ before_script:
- "sh -e /etc/init.d/xvfb start"
script:
- "DISPLAY=:99.0 ./bin/casperjs selftest"
notifications:
irc:
channels:
- "irc.freenode.org#casperjs"
use_notice: true
skip_join: true
......