diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 903dc0f..bacc0ce 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,4 +23,10 @@ test_script: notifications: - provider: Webhook url: https://webhooks.gitter.im/e/bb4990244c63e96e6cb9 - method: GET
\ No newline at end of file + headers: + APPVEYOR-PROJECT-NAME: '{{projectName}}' + APPVEYOR-BUILD-VERSION: '{{buildVersion}}' + APPVEYOR-COMMIT-ID: '{{commitId}}' + on_build_success: true + on_build_failure: true + on_build_status_changed: true
\ No newline at end of file |