General Settings

Environment Variables

Notice that the values are not escaped when your builds are executed. Special characters (for bash) should be escaped accordingly.

{{add-env-var repo=repo}}
{{#if config.endpoints.sshKey}}

SSH Key

{{#if model.customSshKey}} {{ssh-key key=model.customSshKey sshKeyDeleted="sshKeyDeleted" pushAccess=model.hasPushAccess}} {{else}} {{ssh-key key=model.sshKey}} {{#if model.hasPushAccess}} {{add-ssh-key repo=repo sshKeyAdded="sshKeyAdded"}} {{/if}} {{/if}} {{#unless model.hasPushAccess}}

You don't have sufficient permissons to add or remove ssh keys on this repository.

{{/unless}}
{{/if}} {{!--

Deactivate Repository

If you'd no longer like to run this project on Travis CI you can deactivate it now.
You will be able to reactivate it in the future if you'd like to.

Deactivate Repository
--}}