language: node_js
branches:
  only:
    - master
node_js:
  - "node"
  - "6"
  - "5"
  - "4"
before_script:
  - npm install -g grunt-cli
