.travis.yml 188 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 language: node_js node_js: - 0.6 before_script: - "git submodule update --init" - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - "phantomjs test/phantom-js-loader.js"