.travis.yml 191 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 language: node_js node_js: 0.10 before_script: - node tests/server.js & - sleep 1 script: phantomjs tests/runner.js after_script: - kill -9 `cat tests/pid.txt` - rm tests/pid.txt