Skip to content

Commit e32b902

Browse files
committed
meta: Configure bot releases
1 parent c225188 commit e32b902

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
store: zeus
2+
targets:
3+
- github
4+
- cargo

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,13 @@ matrix:
2121
- os: linux
2222
env: SUITE=format-check
2323
install: rustup component add rustfmt-preview
24+
25+
notifications:
26+
webhooks:
27+
urls:
28+
- https://zeus.ci/hooks/cba2c080-4305-11e8-bbec-0a580a280224/public/provider/travis/webhook
29+
on_success: always
30+
on_failure: always
31+
on_start: always
32+
on_cancel: always
33+
on_error: always

0 commit comments

Comments
 (0)