Skip to content

Commit 0e97197

Browse files
authored
Craft & Zeus integration (#256)
Craft & Zeus integration
2 parents cb546dc + 9202235 commit 0e97197

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.craft.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
minVersion: '0.7.0'
2+
github:
3+
owner: getsentry
4+
repo: sentry-symfony
5+
changelogPolicy: simple
6+
targets:
7+
- name: github
8+
- name: registry
9+
type: sdk
10+
config:
11+
canonical: 'composer:sentry/sentry-symfony'

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,16 @@ jobs:
4545
- phpdbg -qrr vendor/bin/phpunit --coverage-clover clover.xml
4646
after_success:
4747
- vendor/bin/ocular code-coverage:upload --format=php-clover clover.xml --revision=$TRAVIS_COMMIT
48+
49+
notifications:
50+
webhooks:
51+
urls:
52+
- https://zeus.ci/hooks/cd75fa32-e67c-11e9-8af5-9a14aa75c5d9/public/provider/travis/webhook
53+
on_success: always
54+
on_failure: always
55+
on_start: always
56+
on_cancel: always
57+
on_error: always
58+
after_script:
59+
- npm install -g @zeus-ci/cli
60+
- zeus upload -t "mime/type" path/to/artifact

0 commit comments

Comments
 (0)