Skip to content

Commit

Permalink
Add 'secure' to Travis config (#174)
Browse files Browse the repository at this point in the history
Summary:
A key word got forgotten...

Pull Request resolved: #174

Reviewed By: kkashin

Differential Revision: D17565222

Pulled By: lena-kashtelyan

fbshipit-source-id: 0b1666243a8ef24790c5516ee4d67302b9e7da08
  • Loading branch information
lena-kashtelyan authored and facebook-github-bot committed Sep 25, 2019
1 parent 0f162e4 commit e8cc8b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
provider: pypi
# server: https://test.pypi.org/legacy/ # For testing; use test.pypi pw.
user: drfreund
password: P0cIqYhKg3d4gbkXA/RAnf3k0c2xLA606Ya3p2ZtDWmdD9XvY+NPQrSARQgT0nRMkQC3Hol/mjZIhHVMBb4LeNx1EttVClgeSxOTqlwcldD/u1S5auAjAPMJogGfTdOn3vnFlAEDE0ZEjVBjdh2XUkCvNhNYlx/AbXb8JCMa8dWW+mIzlv0CRQYQIcWWlilYyclRD8bi/ZQyVGGm65ux/CjgjiYGK7cf/E6QUqIiq0KsKIsDmsxZX20Bo6eYLwcLIkiSPdRS9gqi7Dh7NWa7NX1UpleCOvL/m8FoqgfF3XYxwhGX48ry2AtrZPSdv2NEo41NYOHbTZUgxZIRiM/Q6Q2L71+FMybrg2cKpcjLrC3OUP0x5QprASqAhesx581WFwHGM/y6T5YJjKOdEXdHpsCJyoQic2k/AePtxQL0w+PiotM73JO4/n9vNpZoXc2VuOqESE5YkY4Bq0NGgWYOtoZkY+pilqbGEo0NbwftICFAfpb54rvl5/OFa3F55eNmi2KplK2D/ztPuBasVN4f/CczaLxt1Kzko4JBhIxlpAPZemV/Ua7gRoch/CuzfgDPnmS1PUtV4QiCPNKlZ+AJJ2FFOjhFBwou5iT9F3HJDpzGNgtUN21gPokpCv2GcWysdgIdovNYm75gTSLntG2XZ78hdA0rkN/OUJDK6Vl2RKw=
password:
secure: P0cIqYhKg3d4gbkXA/RAnf3k0c2xLA606Ya3p2ZtDWmdD9XvY+NPQrSARQgT0nRMkQC3Hol/mjZIhHVMBb4LeNx1EttVClgeSxOTqlwcldD/u1S5auAjAPMJogGfTdOn3vnFlAEDE0ZEjVBjdh2XUkCvNhNYlx/AbXb8JCMa8dWW+mIzlv0CRQYQIcWWlilYyclRD8bi/ZQyVGGm65ux/CjgjiYGK7cf/E6QUqIiq0KsKIsDmsxZX20Bo6eYLwcLIkiSPdRS9gqi7Dh7NWa7NX1UpleCOvL/m8FoqgfF3XYxwhGX48ry2AtrZPSdv2NEo41NYOHbTZUgxZIRiM/Q6Q2L71+FMybrg2cKpcjLrC3OUP0x5QprASqAhesx581WFwHGM/y6T5YJjKOdEXdHpsCJyoQic2k/AePtxQL0w+PiotM73JO4/n9vNpZoXc2VuOqESE5YkY4Bq0NGgWYOtoZkY+pilqbGEo0NbwftICFAfpb54rvl5/OFa3F55eNmi2KplK2D/ztPuBasVN4f/CczaLxt1Kzko4JBhIxlpAPZemV/Ua7gRoch/CuzfgDPnmS1PUtV4QiCPNKlZ+AJJ2FFOjhFBwou5iT9F3HJDpzGNgtUN21gPokpCv2GcWysdgIdovNYm75gTSLntG2XZ78hdA0rkN/OUJDK6Vl2RKw=
distributions: sdist bdist_wheel
skip_existing: true
on:
Expand Down

0 comments on commit e8cc8b0

Please sign in to comment.