File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo: true
4
4
5
5
addons :
6
6
firefox : " 47.0.1"
7
- postgresql : " 9.3 "
7
+ postgresql : " 9.4 "
8
8
apt :
9
9
packages :
10
10
- oracle-java8-installer
@@ -16,13 +16,12 @@ cache:
16
16
- $HOME/.npm
17
17
18
18
php :
19
- - 5.6
20
19
- 7.0
21
20
- 7.1
22
21
23
22
env :
24
23
global :
25
- - MOODLE_BRANCH=MOODLE_32_STABLE
24
+ - MOODLE_BRANCH=MOODLE_35_STABLE
26
25
matrix :
27
26
- DB=pgsql
28
27
- DB=mysqli
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ No unreleased changes.
15
15
### Changed
16
16
- ACTION REQUIRED: project organization renamed to ` blackboard-open-source ` . You must
17
17
update your ` .travis.yml ` to use ` blackboard-open-source/moodle-plugin-ci `
18
+ - Updated [ .travis.dist.yml] to build Moodle 3.5: removed PHP 5.6 and upgrade to Postgresql 9.4.
18
19
- Updated project dependencies.
19
20
20
21
## [ 2.3.0] - 2018-05-14
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ sudo: true
20
20
# for Mustache command.
21
21
addons :
22
22
firefox : " 47.0.1"
23
- postgresql : " 9.3 "
23
+ postgresql : " 9.4 "
24
24
apt :
25
25
packages :
26
26
- oracle-java8-installer
@@ -36,15 +36,14 @@ cache:
36
36
# listed here will create a separate build and run the tests against that
37
37
# version of PHP.
38
38
php :
39
- - 5.6
40
39
- 7.0
41
40
- 7.1
42
41
43
42
# This section sets up the environment variables for the build.
44
43
env :
45
44
global :
46
45
# This line determines which version of Moodle to test against.
47
- - MOODLE_BRANCH=MOODLE_32_STABLE
46
+ - MOODLE_BRANCH=MOODLE_35_STABLE
48
47
# This matrix is used for testing against multiple databases. So for
49
48
# each version of PHP being tested, one build will be created for each
50
49
# database listed here. EG: for PHP 5.6, one build will be created
You can’t perform that action at this time.
0 commit comments