Skip to content

Commit 7cfd089

Browse files
justusdieckmanntobiasreischmann
authored andcommitted
Travis: Test against Moodle-39-Branch
1 parent fa42f40 commit 7cfd089

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
@@ -24,12 +24,12 @@ env:
2424
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
2525
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
2626
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
27-
#- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
27+
- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
2828
- DB=pgsql MOODLE_BRANCH=master
2929
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
3030
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
3131
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
32-
#- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
32+
- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
3333
- DB=mysqli MOODLE_BRANCH=master
3434

3535
before_install:
@@ -45,7 +45,7 @@ jobs:
4545
# Prechecks against latest Moodle stable only.
4646
- stage: static
4747
php: 7.4
48-
env: DB=mysqli MOODLE_BRANCH=master #TODO 39
48+
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
4949
install:
5050
- moodle-plugin-ci install --no-init
5151
script:
@@ -61,7 +61,7 @@ jobs:
6161
# Smaller build matrix for development builds
6262
- stage: develop
6363
php: 7.4
64-
env: DB=mysqli MOODLE_BRANCH=master #TODO 39
64+
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
6565
exclude:
6666
- php: 7.3
6767
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE

0 commit comments

Comments
 (0)