mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 11:46:55 +00:00
13 lines
191 B
YAML
13 lines
191 B
YAML
|
|
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
|