Skip to content

Commit 357ead1

Browse files
committed
Fix yamlint
1 parent 2110aac commit 357ead1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python: 3.7
5757

5858
- stage: "deploy"
59-
script: skip
59+
script: "skip"
6060
deploy:
6161
provider: "script"
6262
script: "poetry config pypi-token.pypi $PYPI_TOKEN && poetry publish --build"

0 commit comments

Comments
 (0)