language: node_js
node_js:
  - "7.2.0"
before_install:
  - npm install -g grunt-cli
  - npm install -g bower
  - bower install
install: npm install
after_success:
