konva/.travis.yml

8 lines
128 B
YAML

language: node_js
node_js:
- "0.11"
before_script:
- npm install
script:
- grunt dev
- mocha-phantomjs test/runner.html