Skip to content

Commit 089c792

Browse files
committed
Testing on Moodle 3.5 stable branch added.
1 parent 3fa93e4 commit 089c792

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ env:
3131
matrix:
3232
- MOODLE_BRANCH=MOODLE_33_STABLE
3333
- MOODLE_BRANCH=MOODLE_34_STABLE
34+
- MOODLE_BRANCH=MOODLE_35_STABLE
3435
- MOODLE_BRANCH=master
3536

3637
matrix:
@@ -40,18 +41,24 @@ matrix:
4041
env: MOODLE_BRANCH=MOODLE_33_STABLE
4142
- php: 7.0
4243
env: MOODLE_BRANCH=MOODLE_34_STABLE
44+
- php: 7.0
45+
env: MOODLE_BRANCH=MOODLE_35_STABLE
4346
- php: 7.0
4447
env: MOODLE_BRANCH=master
4548
# Test with PHP 7.1
4649
- php: 7.1
4750
env: MOODLE_BRANCH=MOODLE_33_STABLE
4851
- php: 7.1
4952
env: MOODLE_BRANCH=MOODLE_34_STABLE
53+
- php: 7.1
54+
env: MOODLE_BRANCH=MOODLE_35_STABLE
5055
- php: 7.1
5156
env: MOODLE_BRANCH=master
5257
# Test with PHP 7.2, only 34 and later
5358
- php: 7.2
5459
env: MOODLE_BRANCH=MOODLE_34_STABLE
60+
- php: 7.2
61+
env: MOODLE_BRANCH=MOODLE_35_STABLE
5562
- php: 7.2
5663
env: MOODLE_BRANCH=master
5764

@@ -68,7 +75,7 @@ jobs:
6875
# Prechecks against one configuration (Moodle, PHP, DB) only.
6976
- stage: prechecks
7077
php: 7.1
71-
env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
78+
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
7279
install:
7380
- moodle-plugin-ci install --no-init
7481
script:

0 commit comments

Comments
 (0)