Files
konva/.travis.yml

8 lines
128 B
YAML
Raw Normal View History

language: node_js
node_js:
- "0.11"
2013-08-28 23:42:11 -07:00
before_script:
- npm install
script:
- grunt dev
- mocha-phantomjs test/runner.html