language: node_js
node_js:
  - "node"
install:
  - 'npm install -g npm'
  - 'npm install'
before_script:
  - 'npm install -g grunt-cli'
