Skip to content

Commit c9d21f8

Browse files
authored
Merge pull request #14 from justusdieckmann/travis/m310
Travis: Update for Moodle 3.10
2 parents 2dfbd7c + 6313e8d commit c9d21f8

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.travis.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88
- $HOME/.npm
99

1010
addons:
11-
postgresql: "9.5"
11+
postgresql: "9.6"
1212

1313
services:
1414
- mysql
@@ -23,22 +23,21 @@ env:
2323
- IGNORE_PATHS=amd/build
2424
jobs:
2525
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
26-
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
2726
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
2827
- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
28+
- DB=pgsql MOODLE_BRANCH=MOODLE_310_STABLE
2929
- DB=pgsql MOODLE_BRANCH=master
3030
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
31-
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
3231
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
3332
- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
33+
- DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE
3434
- DB=mysqli MOODLE_BRANCH=master
3535

3636
before_install:
3737
- phpenv config-rm xdebug.ini
38-
- nvm install v14
3938
- cd ../..
4039
- composer selfupdate
41-
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci dev-master
40+
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
4241
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
4342

4443
install:
@@ -50,7 +49,7 @@ jobs:
5049
# Prechecks against latest Moodle stable only.
5150
- stage: static
5251
php: 7.4
53-
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
52+
env: DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE
5453
install: moodle-plugin-ci install --no-init
5554
script:
5655
- moodle-plugin-ci phplint
@@ -64,7 +63,7 @@ jobs:
6463
# Smaller build matrix for development builds
6564
- stage: develop
6665
php: 7.4
67-
env: DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
66+
env: DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE
6867
exclude:
6968
- php: 7.3
7069
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
@@ -74,10 +73,6 @@ jobs:
7473
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
7574
- php: 7.4
7675
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
77-
- php: 7.4
78-
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
79-
- php: 7.4
80-
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
8176

8277
# Default 'test' stage: Unit tests and behat tests against full matrix.
8378
script:

0 commit comments

Comments
 (0)