Webhook notifications

This commit is contained in:
Victor Hurdugaci 2016-03-30 15:01:44 -07:00
parent 7cace9a7fe
commit f540174114
1 changed files with 7 additions and 1 deletions

View File

@ -23,4 +23,10 @@ branches:
- dev
- /^(.*\/)?ci-.*$/
script:
- ./build.sh verify
- ./build.sh verify
notifications:
webhooks:
secure: "QLltxzNQ+TUgMurX3FuWB37LVsRx6kZBTXk4JG/BELqO5/Xuwzf8ChElW29d4AbwOeYv5ONYyrvdnLtel8MJCMs8rCxZ2kZZtmUtGdUpPeMavmrvDYQeNqHhFYpLu+bEjxuilGoVI2qonI29S3Q9fC+grXsktGPwPmhyulHbwkk="
on_success: always
on_failure: always
on_start: always