language: node_js

node_js:
  - "0.12"
  - "0.10"
  - "iojs"
  - "iojs-v1.1.0"

before_script:
  - npm install -g grunt-cli
