community-app/app/scripts/almond/.travis.yml

13 lines
191 B
YAML
Raw Normal View History

2017-01-24 10:03:32 +00:00
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