language: node_js
node_js:
  - "7.10.0"
before_script:
  - npm install -g grunt-cli bower
  - npm install
  - bower install
branches:
  except:
    - gh-pages
