language: node_js
node_js:
  - "5.11.0"
before_script:
  - npm install -g bower
  - bower install
script: "grunt"
