Skip to content

Commit 15e58c6

Browse files
authored
Remove section with duplicate info
All variables listed under "convenience variables" are already listed under "default variables"
1 parent c9d4c97 commit 15e58c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

user/environment-variables.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,6 @@ As an alternative to the web interface, you can also use the CLI's [`env`](https
152152

153153
You can find more information on the build config format for [Environment Variables](https://config.travis-ci.com/ref/env) in our [Travis CI Build Config Reference](https://config.travis-ci.com/).
154154

155-
## Convenience Variables
156-
157-
To make using encrypted environment variables easier, the following environment variables are available:
158-
159-
- `TRAVIS_SECURE_ENV_VARS` is set to `true` if you have defined any encrypted variables, including variables defined in the Repository Settings, and `false` if you have not.
160-
- `TRAVIS_PULL_REQUEST` is set to the pull request number if the current job is a pull request build, or `false` if it's not.
161-
162155
## Default Environment Variables
163156

164157
The following default environment variables are available to all builds.

0 commit comments

Comments
 (0)