--add doesn't work in a list

This commit is contained in:
Jason R. Coombs 2017-09-21 16:36:17 -04:00
parent a419524c69
commit a953d1baa6

View File

@ -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