Skip to content

Commit 27dfd15

Browse files
josephperrotttinayuangao
authored andcommitted
chore: add webhook notifications for travisCI and CircleCI for testing (#8718)
1 parent 71305ce commit 27dfd15

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,7 @@ workflows:
4545
default_workflow:
4646
jobs:
4747
- build
48+
49+
notify:
50+
webhooks:
51+
- url: https://us-central1-test-jperrott.cloudfunctions.net/circleCi

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ script:
5858
cache:
5959
directories:
6060
- ./node_modules/
61+
62+
notifications:
63+
webhooks:
64+
urls:
65+
- https://us-central1-test-jperrott.cloudfunctions.net/travisCi

0 commit comments

Comments
 (0)