This repository was archived by the owner on Oct 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ branches:
1111 only :
1212 - master
1313 - /^(?i:feature)-.*$/
14- - /^(?i:releases)\/.*$/
1514jobs :
1615 fast_finish : true
1716# allow_failures:
@@ -130,16 +129,9 @@ jobs:
130129 script : ./setup.py sdist --formats=gztar bdist_wheel
131130 if : branch = master
132131 python : 2.7
133- deploy :
134- provider : s3
135- access_key_id : AKIAJKYWAF3QS7SFL75Q
136- secret_access_key :
137- secure : HFlh3wzzYIbkIYRt+Qu60ak0U1+RFagr3nI+EqX/9KJH0zwLg/Xv1Gfx4vZZ+0VZkeJIbZZC5l4HxUzFwkROepxPh0Foifqm7hRKL4HUBdvIONcW+h3Ilanvyj/0tIyRdFPK5pZ22qc+1nsARy0eYEtz/YQeEhiEohvNxbhOuUQ=
138- skip_cleanup : true
139- acl : public_read
140- bucket : getsentry-builds
141- upload-dir : $TRAVIS_REPO_SLUG/$TRAVIS_COMMIT
142- local_dir : dist
132+ after_success :
133+ - npm install -g @zeus-ci/cli
134+ - zeus upload -t "application/zip+wheel" dist/*
143135
144136script : tox
145137install :
@@ -150,4 +142,12 @@ before_script:
150142after_success :
151143 - codecov -e DJANGO
152144
153-
145+ notifications :
146+ webhooks :
147+ urls :
148+ - https://zeus.ci/hooks/0b589ca4-1165-11e8-b03b-0a580a28023f/public/provider/travis/webhook
149+ on_success : always
150+ on_failure : always
151+ on_start : always
152+ on_cancel : always
153+ on_error : always
You can’t perform that action at this time.
0 commit comments