Skip to content

Commit 10cb015

Browse files
authored
mention .travis.yml is fetched from the repo's branch in build request
1 parent 0218056 commit 10cb015

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user/conditional-builds-stages-jobs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ You can find more information on the build config format in our [Travis CI Build
1111

1212
You can configure Travis CI to only run builds when certain conditions are met. Any builds that do not meet these conditions are listed in the *Requests* tab of your repository, even though the actual build is not generated.
1313

14+
> Travis CI’s system fetches and processes the .travis.yml config file from the repository and the branch explicitly specified in the build request
15+
1416
For example, this allows builds only to run on the `master` branch:
1517

1618
```yaml

0 commit comments

Comments
 (0)