Skip to content

Commit b32851a

Browse files
committed
Merge branch 'moodle38'
2 parents 9585e35 + c065a57 commit b32851a

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

.travis.yml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ cache:
1414
php:
1515
- 7.0
1616
- 7.1
17-
- 7.2
1817
- 7.3
1918

2019
addons:
@@ -30,18 +29,14 @@ matrix:
3029
env: DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
3130
- php: 7.3
3231
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
33-
- php: 7.3
34-
env: DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
35-
- php: 7.3
36-
env: DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
37-
- php: 7.3
38-
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
39-
- php: 7.3
40-
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
41-
- php: 7.2
42-
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
43-
- php: 7.2
44-
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
32+
- php: 7.0
33+
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
34+
- php: 7.0
35+
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
36+
- php: 7.0
37+
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
38+
- php: 7.0
39+
env: DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
4540
- php: 7.0
4641
env: DB=pgsql MOODLE_BRANCH=master
4742
- php: 7.0
@@ -52,15 +47,15 @@ env:
5247
global:
5348
- IGNORE_PATHS=amd/build BEHAT=yes
5449
matrix:
55-
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
56-
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
5750
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
5851
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
52+
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
53+
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
5954
- DB=pgsql MOODLE_BRANCH=master
60-
- DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
61-
- DB=mysqli MOODLE_BRANCH=MOODLE_34_STABLE
6255
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
6356
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
57+
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
58+
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
6459
- DB=mysqli MOODLE_BRANCH=master
6560

6661
before_install:
@@ -78,8 +73,8 @@ jobs:
7873
include:
7974
# Prechecks against latest Moodle stable only.
8075
- stage: static
81-
php: 7.2
82-
env: DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
76+
php: 7.3
77+
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
8378
script:
8479
- moodle-plugin-ci phplint
8580
# - moodle-plugin-ci phpcpd
@@ -91,8 +86,8 @@ jobs:
9186
- moodle-plugin-ci validate
9287
# Smaller build matrix for development builds
9388
- stage: develop
94-
php: 7.2
95-
env: DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
89+
php: 7.3
90+
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
9691
script:
9792
- moodle-plugin-ci phpunit --coverage-clover
9893
- moodle-plugin-ci behat

0 commit comments

Comments
 (0)