--add doesn't work in a list

master
Jason R. Coombs 7 years ago
parent a419524c69
commit a953d1baa6
  1. 3
      .travis.yml

@ -18,7 +18,8 @@ jobs:
tags: true
all_branches: true
user: jaraco
# supply password with `travis encrypt --add deploy.password`
password:
secure: ... # encrypt password with `travis encrypt`
distributions: dists
skip_cleanup: true
skip_upload_docs: true

Loading…
Cancel
Save