codecombat/.travis.yml

16 lines
306 B
YAML
Raw Normal View History

2014-01-27 21:28:21 -05:00
language: node_js
node_js:
- 0.10
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"
script:
- "./node_modules/.bin/karma start --browsers Firefox --single-run"