timestring/.travis.yml

8 lines
112 B
YAML
Raw Normal View History

2014-07-18 21:53:04 +02:00
language: node_js
node_js:
- "0.10"
- "0.11"
before_script:
- npm install -g grunt-cli
script: grunt test