b0745c8e05
Closes #423
11 lines
189 B
YAML
11 lines
189 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.8"
|
|
|
|
before_script:
|
|
- export DISPLAY=:99.0
|
|
- sh -e /etc/init.d/xvfb start
|
|
- npm install --quiet -g grunt-cli karma
|
|
- npm install
|
|
|
|
script: grunt |