Skip to content

Commit

Permalink
Build Moodle 3.5 by default now
Browse files Browse the repository at this point in the history
  • Loading branch information
polothy committed Sep 11, 2018
1 parent 4a542e1 commit 17648bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .travis.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: true

addons:
firefox: "47.0.1"
postgresql: "9.3"
postgresql: "9.4"
apt:
packages:
- oracle-java8-installer
Expand All @@ -16,13 +16,12 @@ cache:
- $HOME/.npm

php:
- 5.6
- 7.0
- 7.1

env:
global:
- MOODLE_BRANCH=MOODLE_32_STABLE
- MOODLE_BRANCH=MOODLE_35_STABLE
matrix:
- DB=pgsql
- DB=mysqli
Expand Down
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ No unreleased changes.
### Changed
- ACTION REQUIRED: project organization renamed to `blackboard-open-source`. You must
update your `.travis.yml` to use `blackboard-open-source/moodle-plugin-ci`
- Updated [.travis.dist.yml] to build Moodle 3.5: removed PHP 5.6 and upgrade to Postgresql 9.4.
- Updated project dependencies.

## [2.3.0] - 2018-05-14
Expand Down
5 changes: 2 additions & 3 deletions docs/TravisFileExplained.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo: true
# for Mustache command.
addons:
firefox: "47.0.1"
postgresql: "9.3"
postgresql: "9.4"
apt:
packages:
- oracle-java8-installer
Expand All @@ -36,15 +36,14 @@ cache:
# listed here will create a separate build and run the tests against that
# version of PHP.
php:
- 5.6
- 7.0
- 7.1

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

0 comments on commit 17648bb

Please sign in to comment.