codecombat/.travis.yml

19 lines
398 B
YAML
Raw Normal View History

2014-01-27 21:28:21 -05:00
language: node_js
node_js:
- 0.10
2014-01-27 21:28:21 -05:00
services:
- mongodb
before_script:
2014-01-12 14:15:40 -05:00
- "npm install"
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- "./node_modules/.bin/bower install"
- "gem install sass"
- "./node_modules/.bin/brunch b"
2014-01-27 21:22:28 -05:00
- "./bin/coco-test-server &"
script:
- "./node_modules/.bin/karma start --browsers Firefox --single-run"
2014-01-27 21:22:28 -05:00
- "./bin/coco-server-test-runner"