Skip to content

Conversation

@zebuline
Copy link
Contributor

@zebuline zebuline commented Jul 19, 2016

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)

@zebuline zebuline merged commit f631152 into master Jul 19, 2016
@zebuline zebuline deleted the travis-encrypted-vars branch July 19, 2016 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants