mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
12 lines
284 B
YAML
12 lines
284 B
YAML
nguage: node_js
|
|
node_js:
|
|
- 0.10
|
|
before_script:
|
|
- 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"
|