codecombat/.travis.yml
2014-01-12 14:15:40 -05:00

13 lines
302 B
YAML

nguage: node_js
node_js:
- 0.10
before_script:
- "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"
script:
- "./node_modules/.bin/karma start --browsers Firefox --single-run"