Skip to content

Commit 0ba3634

Browse files
fix(ci): deploying only for 1 job
1 parent 1f8b850 commit 0ba3634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ matrix:
4747
- python: '3.6'
4848
env: ZOOKEEPER_VERSION=3.3.6 TOX_VENV=py36
4949
- python: '3.6'
50-
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py36
50+
env: ZOOKEEPER_VERSION=3.4.13 TOX_VENV=py36 DEPLOY=true
5151
- python: '3.6'
5252
env: ZOOKEEPER_VERSION=3.5.4-beta TOX_VENV=py36
5353
- python: pypy
@@ -69,6 +69,6 @@ deploy:
6969
secure: L9yXZ2PhQ2wJKQkgigIzW3f/a3ajzUamMdThVelcp/NZeTJfzlC/t89lfSRwLh95o9Z/aIxC4T8yZvNrRzzyMEP0O6s1F69pVm5Px+KBuv82lmI7p5sKTYPp35CE9jH+K/52Fy0+Az5F502xLrkaO4VLLA+zhLffw/qyvNbZui0=
7070
on:
7171
tags: true
72-
python: 3.4
72+
condition: $DEPLOY = true
7373
distributions: release
7474
skip_upload_docs: true

0 commit comments

Comments
 (0)