We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f2468 commit fc5d4b7Copy full SHA for fc5d4b7
1 file changed
docs/TravisFileExplained.md
@@ -41,8 +41,10 @@ php:
41
# This section sets up the environment variables for the build.
42
env:
43
global:
44
-# This line determines which version of Moodle to test against.
+# This line determines which version branch of Moodle to test against.
45
- 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
48
# This matrix is used for testing against multiple databases. So for
49
# each version of PHP being tested, one build will be created for each
50
# database listed here. EG: for PHP 5.6, one build will be created
0 commit comments