Skip to content

Commit 0273b0c

Browse files
Travis: Test against Moodle-39-Branch
1 parent a7b0aa4 commit 0273b0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ env:
2525
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
2626
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
2727
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
28-
#- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
28+
- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
2929
- DB=pgsql MOODLE_BRANCH=master
3030
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
3131
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
3232
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
33-
#- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
33+
- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
3434
- DB=mysqli MOODLE_BRANCH=master
3535

3636
before_install:
@@ -50,7 +50,7 @@ jobs:
5050
# Prechecks against latest Moodle stable only.
5151
- stage: static
5252
php: 7.4
53-
env: DB=mysqli MOODLE_BRANCH=master #TODO 39
53+
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
5454
install: moodle-plugin-ci install --no-init
5555
script:
5656
- moodle-plugin-ci phplint
@@ -64,7 +64,7 @@ jobs:
6464
# Smaller build matrix for development builds
6565
- stage: develop
6666
php: 7.4
67-
env: DB=mysqli MOODLE_BRANCH=master #TODO 39
67+
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
6868
exclude:
6969
- php: 7.3
7070
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE

0 commit comments

Comments
 (0)