machine:
node:
version: 4
dependencies:
override:
- npm install
- npm install -g bower
- npm install -g gulp
- bower install
- gulp clean build
deployment:
daily_build:
branch: master
commands:
- bash ./scripts/publish_dailybuild.sh
general:
branches:
ignore:
- gh-pages