File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ changed. Also a good place to look for new goodies.
1919
2020## Upgrade guides
2121
22+ * [ Upgrading to Version 3] ( UPGRADE-3.0.md )
2223* [ Upgrading to Version 2] ( UPGRADE-2.0.md )
2324
2425
@@ -27,3 +28,7 @@ changed. Also a good place to look for new goodies.
2728If the above links do not help you, and Google has failed you as well, then please feel free
2829to submit an [ new issue] ( https://github.com/moodlehq/moodle-plugin-ci/issues/new ) providing
2930as many relevant details as possible.
31+
32+ Also, it is sometimes useful to dig into source code of ` moodle-plugin-ci ` , this may
33+ help to understand what is done on background and identify why something does
34+ not work as expected for you.
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ Detailed information about what changed in Version 3 can be found in the [change
1818Review the updated [ .travis.dist.yml] ( https://github.com/moodlehq/moodle-plugin-ci/blob/master/.travis.dist.yml )
1919and update your ` .travis.yml ` file in your plugin. For detailed information about the contents of ` .travis.dist.yml `
2020file, please see this [ help document] ( TravisFileExplained.md ) . ** Please carefully** review the updated
21- ` .travis.dist.yml ` as some steps have been removed and others added, like installation of Java 8,
22- upgrade of NodeJS, etc.
21+ ` .travis.dist.yml ` as some steps have been removed (like installation of Java 8, installing of NodeJS, etc.) and others added.
2322
2423A summary of the actions required may be:
2524
You can’t perform that action at this time.
0 commit comments