zulip/zephyr/tests/frontend/casperjs/.travis.yml

15 lines
361 B
YAML
Raw Normal View History

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"