timestring/.travis.yml
2014-07-18 21:02:54 +01:00

8 lines
112 B
YAML

language: node_js
node_js:
- "0.10"
- "0.11"
before_script:
- npm install -g grunt-cli
script: grunt test