community-app/app/scripts/almond/.travis.yml
Nazeer Hussain Shaik f45ef35503 new skin
2017-01-24 15:33:32 +05:30

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