Skip to content

Commit 25740ca

Browse files
authored
Update account-environment-variable.md
1 parent fa7814f commit 25740ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

user/account-environment-variable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Account Environment Variables
2+
title: Account Environment Global Variables
33
layout: en
44

55
---
66

7-
## Define Account Environment Variables
7+
## Define Account Environment Global Variables
88

99
Travis CI allows you to create Account Environment variables, which can be used in every build under the account's enabled repositories.
1010

11-
Account-level variables work similarly to repository-level settings; they can be used to customize your builds and set a list of environment variables and values to be reused across projects. Account environment variables can be used across different repositories. Any account environment variables created are accessible in all available repositories unless explicitly overridden.
11+
Account-level variables work similarly to repository-level settings; they can customize your builds and set a list of environment variables and values to be reused across projects. Account environment variables can be used across different repositories. Any account environment variables created are accessible in all available repositories unless explicitly overridden.
1212

1313
When an account-level variable is created with the same name as an existing repository-level variable, the build log displays the repository-level value instead of the account-level value. This is because the repository-level variable overrides the account-level variable.
1414

0 commit comments

Comments
 (0)