language: node_js
node_js:
  - "node"

before_install:
  - "npm install grunt-cli -g"

script:
  - "grunt"