apostrophe/data/media/table_editor/handsontable/.travis.yml

11 lines
172 B
YAML

language: node_js
node_js:
- "0.10"
before_script:
- "npm update -g npm"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "npm install -g grunt-cli"