Skip to content

Commit

Permalink
docs: improve travis readme (#11255)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose authored and rarkins committed Aug 17, 2021
1 parent 8319b1d commit bb37aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/manager/travis/readme.md
@@ -1,7 +1,7 @@
This manager is intended to keep Travis config files (`.travis.yml`) up-to-date.
Currently it manages only the `node_js` section of files only.
This manager is intended to keep Travis config files (`.travis.yml`) up-to-date, this file controls the CI build environment.
Currently Renovate can only update the `node_js` section of this file.

An important limitation is that Renovate does not currently "understand" Travis's node matrix concept, so it will try to update all found node versions to the latest LTS, e.g.
An important limitation is that Renovate does not currently "understand" [Travis's Build Matrix concept](https://docs.travis-ci.com/user/build-matrix/#matrix-expansion), so it will try to update all found Node.js versions to the latest LTS, e.g.

```diff
node_js:
Expand Down

0 comments on commit bb37aa8

Please sign in to comment.