10000 Deploy just on tags and Python 3.6 (#430) · twilio/twilio-python@1dc4c68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1dc4c68

Browse files
Jonatas Baldincjcodes
authored andcommitted
Deploy just on tags and Python 3.6 (#430)
1 parent b3cb3e9 commit 1dc4c68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ deploy:
1414
script:
1515
- make docker-build
1616
- make docker-push
17-
on: tags
17+
on:
18+
tags: true
19+
python: "3.6"

0 commit comments

Comments
 (0)
0