language: node_js
node_js:
  - "6"
  - "7"
before_script:
  - npm install -g grunt
script: grunt test
