language: node_js
node_js:
    - "6"
    - "7"
    - "8"
    - "9"
before_install:
    - npm install -g grunt-cli
