You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/triggering-builds.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -37,8 +37,9 @@ curl -s -X POST \
37
37
This request triggers a build of the most recent commit on the master branch of the `travis-ci/travis-core` repository, using the `.travis.yml` file in the master branch.
38
38
39
39
You can also add to or override configuration in the `.travis.yml` file, or change the commit message.
40
-
Please not that overriding any of the sections overrides the full section, the
41
-
contents of the .travis.yml file will not be merged with the request.
40
+
Please note that overriding any of the sections (like `script` or `env`) overrides the full section, the
41
+
contents of the .travis.yml file will not be merged with the values contained in
42
+
the request.
42
43
43
44
The following script passes a `message` attribute, and adds to the build configuration by passing environment variables and a script command. Here the config from the `.travis.yml` file is merged with the config from the request body.
0 commit comments