Skip to content

Commit 17648bb

Browse files
committed
Build Moodle 3.5 by default now
1 parent 4a542e1 commit 17648bb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.travis.dist.yml

+2-3
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.3"
7+
postgresql: "9.4"
88
apt:
99
packages:
1010
- oracle-java8-installer
@@ -16,13 +16,12 @@ cache:
1616
- $HOME/.npm
1717

1818
php:
19-
- 5.6
2019
- 7.0
2120
- 7.1
2221

2322
env:
2423
global:
25-
- MOODLE_BRANCH=MOODLE_32_STABLE
24+
- MOODLE_BRANCH=MOODLE_35_STABLE
2625
matrix:
2726
- DB=pgsql
2827
- DB=mysqli

docs/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ No unreleased changes.
1515
### Changed
1616
- ACTION REQUIRED: project organization renamed to `blackboard-open-source`. You must
1717
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.
1819
- Updated project dependencies.
1920

2021
## [2.3.0] - 2018-05-14

docs/TravisFileExplained.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sudo: true
2020
# for Mustache command.
2121
addons:
2222
firefox: "47.0.1"
23-
postgresql: "9.3"
23+
postgresql: "9.4"
2424
apt:
2525
packages:
2626
- oracle-java8-installer
@@ -36,15 +36,14 @@ cache:
3636
# listed here will create a separate build and run the tests against that
3737
# version of PHP.
3838
php:
39-
- 5.6
4039
- 7.0
4140
- 7.1
4241

4342
# This section sets up the environment variables for the build.
4443
env:
4544
global:
4645
# This line determines which version of Moodle to test against.
47-
- MOODLE_BRANCH=MOODLE_32_STABLE
46+
- MOODLE_BRANCH=MOODLE_35_STABLE
4847
# This matrix is used for testing against multiple databases. So for
4948
# each version of PHP being tested, one build will be created for each
5049
# database listed here. EG: for PHP 5.6, one build will be created

0 commit comments

Comments
 (0)