sudo: false
language: node_js
node_js:
- '0.12'
before_install:
- npm install -g bower
- npm install -g grunt-cli
- bower install
install:
- npm install
- grunt build
branches:
only:
- master
- stable
- develop
- documentation
- /^deploy-.*$/
- /^release\/.*$/