language: node_js
node_js:
  - stable
  - 4
  - iojs-v3
  - iojs-v2
  - iojs-v1
  - '0.12'
  - '0.10'
before_script:
  - npm install -g grunt-cli
