Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit df48707

Browse files
committed
Remove deploy stage for now
1 parent 030d2b6 commit df48707

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ jobs:
125125
python: 3.6
126126
env: TOXENV=py36-sanic-07
127127

128-
- stage: deploy
129-
script: ./setup.py sdist --formats=gztar bdist_wheel
130-
if: branch = master
131-
python: 2.7
132-
after_success:
133-
- npm install -g @zeus-ci/cli
134-
- zeus upload -t "application/zip+wheel" dist/*
128+
#- stage: deploy
129+
# script: ./setup.py sdist --formats=gztar bdist_wheel
130+
#if: branch = master
131+
#python: 2.7
132+
#after_success:
133+
# - npm install -g @zeus-ci/cli
134+
# - zeus upload -t "application/zip+wheel" dist/*
135135

136136
script: tox
137137
install:

0 commit comments

Comments
 (0)