mirror of https://github.com/zulip/zulip.git
15 lines
361 B
YAML
15 lines
361 B
YAML
|
branches:
|
||
|
only:
|
||
|
- master
|
||
|
before_script:
|
||
|
- "phantomjs --version"
|
||
|
- "export PHANTOMJS_EXECUTABLE='phantomjs --local-to-remote-url-access=yes --ignore-ssl-errors=yes'"
|
||
|
- "export DISPLAY=:99.0"
|
||
|
- "sh -e /etc/init.d/xvfb start"
|
||
|
script:
|
||
|
- "DISPLAY=:99.0 ./bin/casperjs selftest"
|
||
|
notifications:
|
||
|
irc:
|
||
|
channels:
|
||
|
- "irc.freenode.org#casperjs"
|