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
As far as we are removing Travis CI from core (see MDLSITE-7135)
this just applies small tweaks to all the places where stuff related
with Travis is documented, always trying to put the GHA alternative
earlier in the doc.
Basically moving a few paragraphs around and some little details
here and there.
Copy file name to clipboardExpand all lines: docs/Help.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,12 @@ title: Help
5
5
6
6
## Change log
7
7
8
-
Always a good idea to check the [change log](CHANGELOG.md) if something suddenly breaks or behavior
9
-
changed. Also a good place to look for new goodies.
8
+
Always a good idea to check the [change log](CHANGELOG.md) if something suddenly breaks or behaviour changed. Also a good place to look for new goodies.
10
9
11
10
## Help topics
12
11
13
-
*[Travis CI file explained](TravisFileExplained.md): every line of the `.travis.dist.yml` file explained.
14
12
*[GitHub Actions workflow file explained](GHAFileExplained.md): every line of the `gha.dist.yml` file explained.
13
+
*[Travis CI file explained](TravisFileExplained.md): every line of the `.travis.dist.yml` file explained.
15
14
*[Add extra Moodle configs](AddExtraConfig.md): how to add extra configs to Moodle `config.php`.
16
15
*[Add extra plugins](AddExtraPlugins.md): how to add plugin dependencies to Moodle.
17
16
*[Ignoring files](IgnoringFiles.md): how to ignore files that might be causing failures.
0 commit comments