language: node_js
branches:
  only:
    - master
node_js:
  - "4"
  - "4.0"
  - "0.12"
  - "0.11"
  - "0.10"
before_script:
  - npm install -g grunt-cli
