--add doesn't work in a list
This commit is contained in:
parent
a419524c69
commit
a953d1baa6
|
@ -18,7 +18,8 @@ jobs:
|
||||||
tags: true
|
tags: true
|
||||||
all_branches: true
|
all_branches: true
|
||||||
user: jaraco
|
user: jaraco
|
||||||
# supply password with `travis encrypt --add deploy.password`
|
password:
|
||||||
|
secure: ... # encrypt password with `travis encrypt`
|
||||||
distributions: dists
|
distributions: dists
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
skip_upload_docs: true
|
skip_upload_docs: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user