We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71305ce commit 27dfd15Copy full SHA for 27dfd15
.circleci/config.yml
@@ -45,3 +45,7 @@ workflows:
45
default_workflow:
46
jobs:
47
- build
48
+
49
+notify:
50
+ webhooks:
51
+ - url: https://us-central1-test-jperrott.cloudfunctions.net/circleCi
.travis.yml
@@ -58,3 +58,8 @@ script:
58
cache:
59
directories:
60
- ./node_modules/
61
62
+notifications:
63
64
+ urls:
65
+ - https://us-central1-test-jperrott.cloudfunctions.net/travisCi
0 commit comments