language: node_js node_js: - "4.8.7" branches: only: - "master" before_script: - npm install - npm install -g gulp script: gulp ci email: on_failure: change on_success: never