8000 Put all commands in one line, add skip_cleanup flag · BioComputing/twilio-python@5083640 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5083640

Browse files
author
Jonatas Baldin
committed
Put all commands in one line, add skip_cleanup flag
1 parent 64e75f7 commit 5083640

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ script:
1414
- make test
1515
deploy:
1616
provider: script
17-
script:
18-
- make docker-build
19-
- make docker-push
17+
script: make docker-build && make docker-push
18+
skip_cleanup: true
2019
on:
2120
tags: true
2221
python: "3.6"

0 commit comments

Comments
 (0)
0