File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed
Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments