Skip to content

Commit 0347df1

Browse files
Travis: Update for Moodle 3.10
1 parent 5990883 commit 0347df1

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ os: linux
33
dist: xenial
44

55
addons:
6-
firefox: "47.0.1"
76
postgresql: "9.6"
87

9-
services: mysql
8+
services:
9+
- mysql
10+
- docker
1011

1112
cache:
1213
directories:
@@ -24,22 +25,21 @@ env:
2425
- MUSTACHE_IGNORE_NAMES="email_html_body.mustache, email_html.mustache, email_text.mustache"
2526
jobs:
2627
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
27-
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
2828
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
2929
- DB=pgsql MOODLE_BRANCH=MOODLE_39_STABLE
30+
- DB=pgsql MOODLE_BRANCH=MOODLE_310_STABLE
3031
- DB=pgsql MOODLE_BRANCH=master
3132
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
32-
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
3333
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
3434
- DB=mysqli MOODLE_BRANCH=MOODLE_39_STABLE
35+
- DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE
3536
- DB=mysqli MOODLE_BRANCH=master
3637

3738
before_install:
3839
- phpenv config-rm xdebug.ini
39-
- nvm install v14
4040
- cd ../..
4141
- composer selfupdate
42-
- composer create-project -n --no-dev --prefer-dist blackboard-open-source/moodle-plugin-ci ci dev-master
42+
- composer create-project -n --no-dev --prefer-dist moodlehq/moodle-plugin-ci ci ^3
4343
- export PATH="$(cd ci/bin; pwd):$(cd ci/vendor/bin; pwd):$PATH"
4444

4545
jobs:
@@ -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=MOODLE_39_STABLE
51+
env: DB=mysqli MOODLE_BRANCH=MOODLE_310_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=MOODLE_39_STABLE
66+
env: DB=mysqli MOODLE_BRANCH=MOODLE_310_STABLE
6767
exclude:
6868
- php: 7.3
6969
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
@@ -73,10 +73,6 @@ jobs:
7373
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
7474
- php: 7.4
7575
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
76-
- php: 7.4
77-
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
78-
- php: 7.4
79-
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
8076

8177
# Default 'test' stage: Unit tests and behat tests against full matrix.
8278
install:

0 commit comments

Comments
 (0)