Skip to content

Commit fc5d4b7

Browse files
kabalinpolothy
authored andcommitted
Mention MOODLE_REPO env variable in the docs.
1 parent f2f2468 commit fc5d4b7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/TravisFileExplained.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ php:
4141
# This section sets up the environment variables for the build.
4242
env:
4343
global:
44-
# This line determines which version of Moodle to test against.
44+
# This line determines which version branch of Moodle to test against.
4545
- MOODLE_BRANCH=MOODLE_35_STABLE
46+
# Optionally, it is possible to specify a different Moodle repo to use:
47+
# - MOODLE_REPO=git://github.com/username/moodle.git
4648
# This matrix is used for testing against multiple databases. So for
4749
# each version of PHP being tested, one build will be created for each
4850
# database listed here. EG: for PHP 5.6, one build will be created

0 commit comments

Comments
 (0)