Skip to content

Commit 471b97d

Browse files
Update travis for MOODLE_38_STABLE and new master
1 parent 3c55458 commit 471b97d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: true
44

55
addons:
66
firefox: "47.0.1"
7-
postgresql: "9.4"
7+
postgresql: "9.5"
88
apt:
99
packages:
1010
- openjdk-8-jre-headless
@@ -27,10 +27,12 @@ env:
2727
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
2828
- DB=pgsql MOODLE_BRANCH=MOODLE_36_STABLE
2929
- DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
30+
- DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
3031
- DB=pgsql MOODLE_BRANCH=master
3132
- DB=mysqli MOODLE_BRANCH=MOODLE_35_STABLE
3233
- DB=mysqli MOODLE_BRANCH=MOODLE_36_STABLE
3334
- DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
35+
- DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
3436
- DB=mysqli MOODLE_BRANCH=master
3537

3638
matrix:
@@ -39,10 +41,18 @@ matrix:
3941
env: DB=pgsql MOODLE_BRANCH=MOODLE_37_STABLE
4042
- php: 7.0
4143
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
44+
- php: 7.0
45+
env: DB=pgsql MOODLE_BRANCH=MOODLE_38_STABLE
46+
- php: 7.0
47+
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
4248
- php: 7.0
4349
env: DB=pgsql MOODLE_BRANCH=master
4450
- php: 7.0
4551
env: DB=mysqli MOODLE_BRANCH=master
52+
- php: 7.1
53+
env: DB=pgsql MOODLE_BRANCH=master
54+
- php: 7.1
55+
env: DB=mysqli MOODLE_BRANCH=master
4656
- php: 7.3
4757
env: DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
4858
- php: 7.3
@@ -62,7 +72,7 @@ jobs:
6272
# Prechecks against latest Moodle stable only.
6373
- stage: static
6474
php: 7.3
65-
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
75+
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
6676
install:
6777
- moodle-plugin-ci install --no-init
6878
script:
@@ -78,7 +88,7 @@ jobs:
7888
# Smaller build matrix for development builds
7989
- stage: develop
8090
php: 7.3
81-
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
91+
env: DB=mysqli MOODLE_BRANCH=MOODLE_38_STABLE
8292
install:
8393
- moodle-plugin-ci install
8494
script:

0 commit comments

Comments
 (0)