Skip to content

Commit 4fb91e3

Browse files
authored
Merge branch 'master' into stan-travis-patch-1
2 parents c5be3a1 + 064df1d commit 4fb91e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

user/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ to tag the build, or to run post-build deployments.
195195
- `TRAVIS_BUILD_NUMBER`: The number of the current build (for example, "4").
196196
- `TRAVIS_BUILD_WEB_URL`: URL to the build log.
197197
- `TRAVIS_COMMIT`: The commit that the current build is testing.
198-
- `TRAVIS_COMMIT_MESSAGE`: The commit subject and body, unwrapped.
198+
- `TRAVIS_COMMIT_MESSAGE`: The commit subject and body, unwrapped. PLEASE NOTE: This is not the same as *Custom Commit Message*.
199199
- `TRAVIS_COMMIT_RANGE`: The range of commits that were included in the push
200200
or pull request. (Note that this is empty for builds triggered by the initial commit of a new branch.)
201201
- `TRAVIS_COMPILER`: Indicates the compiler used by the current job (e.g., `clang`, `gcc`).

user/languages/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ new to Travis CI please read our [Tutorial](/user/tutorial/) and
3434
3535
By default, we download and install the latest stable Rust release at the start
3636
of the build (thanks to `rustup`). The [`minimal` profile][profiles] is used
37-
and includes the following language tools `cargo`, `rustc`, and `rustup`.
37+
and includes the following language tools: `cargo`, `rustc`, and `rustup`.
3838

3939
[profiles]: https://github.com/rust-lang/rustup/blob/master/doc/src/concepts/profiles.md
4040

@@ -72,7 +72,7 @@ jobs:
7272
```
7373
{: data-file=".travis.yml"}
7474

75-
This will runs your tests against all three channels, but any breakage in
75+
This will run your tests against all three channels, but any breakage in
7676
`nightly` will not fail the rest of build.
7777

7878
## Dependency Management

user/reference/focal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ To use one in your build, add it to the services key in your `travis.yml` :
211211
| mongodb | `3.6.9` |
212212
| mysql | `8.0.21` |
213213
| redis | `6.0.6` |
214-
| postgresql | `12.2` |
214+
| postgresql | `13.13` |
215215
{: style="width: 30%" }
216216

217217
## Other Ubuntu Linux Build Environments

0 commit comments

Comments
 (0)