morris.js/.travis.yml
2012-09-20 07:45:04 +01:00

9 lines
115 B
YAML

language: node_js
node_js:
- 0.8
before_script:
- "npm install -g grunt"
- "npm install"
script:
- "grunt"