Skip to content

Commit 781424e

Browse files
Travis: Test against Moodle-39-Branch
1 parent 2478f6d commit 781424e

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
@@ -26,12 +26,12 @@ env:
2626
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
2727
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
2828
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
29-
#- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
29+
- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
3030
- DB=pgsql MOODLE_BRANCH=master
3131
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
3232
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
3333
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
34-
#- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
34+
- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
3535
- DB=mysqli MOODLE_BRANCH=master
3636

3737
before_install:
@@ -48,7 +48,7 @@ jobs:
4848
# Prechecks against latest Moodle stable only.
4949
- stage: static
5050
php: 7.4
51-
env: DB=mysqli MOODLE_BRANCH=master # TODO 39
51+
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
5252
install:
5353
- moodle-plugin-ci install --no-init
5454
script:
@@ -63,7 +63,7 @@ jobs:
6363
# Smaller build matrix for development builds
6464
- stage: develop
6565
php: 7.4
66-
env: DB=mysqli MOODLE_BRANCH=master # TODO 39
66+
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
6767
exclude:
6868
- php: 7.3
6969
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE

0 commit comments

Comments
 (0)