Browse Source

Update .travis.yml

Add the webhook to notify the feishu group
tags/v0.6.0
Yining Zheng GitHub 4 years ago
parent
commit
720d7b8729
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .travis.yml

+ 10
- 0
.travis.yml View File

@@ -14,3 +14,13 @@ script:


after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)

notifications:
webhooks:
urls:
- https://open.feishu.cn/officialapp/notify/55ba4b15d04608e875c122f11484a4e2fa807c42b9ca074509bea654d1b99ca6
on_success: always # default: always
on_failure: always # default: always
on_start: never # default: never
on_cancel: always # default: always
on_error: always # default: always

Loading…
Cancel
Save