mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
15 lines
306 B
YAML
15 lines
306 B
YAML
language: 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"
|
|
|