language: node_js
os:
  - linux
  - osx
node_js:
  - "4"
  - "5"
  - "6"

before_install:
  - npm install -g npm@3
  - npm install -g grunt-cli

install: npm install
script: grunt
