From bb37aa82fd6333e22fef759189c88d4f94fc448d Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 13 Aug 2021 14:13:36 +0200 Subject: [PATCH] docs: improve travis readme (#11255) --- lib/manager/travis/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/manager/travis/readme.md b/lib/manager/travis/readme.md index 2783182375..fb728f0b74 100644 --- a/lib/manager/travis/readme.md +++ b/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: -- GitLab