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 6a5a6fb commit eee1446Copy full SHA for eee1446
.circleci/config.yml
@@ -47,10 +47,6 @@ workflows:
47
jobs:
48
- build
49
50
-notify:
51
- webhooks:
52
- - url: https://us-central1-test-jperrott.cloudfunctions.net/circleCi
53
-
54
general:
55
branches:
56
only:
.travis.yml
@@ -65,13 +65,3 @@ script:
65
cache:
66
directories:
67
- ./node_modules/
68
69
-notifications:
70
71
- urls:
72
- - https://us-central1-test-jperrott.cloudfunctions.net/travisCi
73
- on_success: always
74
- on_failure: always
75
- on_start: always
76
- on_cancel: always
77
- on_error: always
0 commit comments