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