.travis.yml 215 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 branches: only: - master before_script: - "export PHANTOMJS_EXECUTABLE='phantomjs'" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - "DISPLAY=:99.0 ./bin/casperjs test tests/suites"