konva/.travis.yml

10 lines
123 B
YAML
Raw Normal View History

language: node_js
node_js:
- "0.11"
branches:
only:
- master
2013-08-29 14:42:11 +08:00
before_script:
- npm install
script:
- grunt test