peopledoc / pydocusign

Python client for DocuSign signature API
Other
18 stars 21 forks source link

add encrypted vars in .travis.yml #82

Closed zebuline closed 8 years ago

zebuline commented 8 years ago

cf https://docs.travis-ci.com/user/environment-variables/:

When you need to define environment variables you can do so in:

    .travis.yml, which are tied to a particular commit.
    repository settings, if they are needed for the build to run and don’t contain sensitive data.
    .travis.yml and encrypted, for sensitive data such as authentication tokens.

Encrypted vars defined in repository settings are not provided to "untrusted" builds (triggered by pull requests from another repository)