language: node_js node_js: - "6" script: gulp before_script: - npm install -g gulp - gulp build branches: only: - master