UNPKG

190 BYAMLView Raw
1language: node_js
2node_js: 0.8
3
4before_script:
5 - node tests/server.js &
6 - sleep 1
7
8script: phantomjs tests/runner.js
9
10after_script:
11 - kill -9 `cat tests/pid.txt`
12 - rm tests/pid.txt