Master branch now requires 3.3 and higher so we can merge

version specific changes.
This commit is contained in:
Dan Marsden
2018-10-03 15:00:20 +13:00
parent 62bf9f38ef
commit 84b35f01fa
2 changed files with 6 additions and 12 deletions

View File

@@ -1,10 +1,5 @@
language: php
notifications:
email:
recipients:
- daniel.roperto@catalyst-au.net
cache:
directories:
- $HOME/.composer/cache
@@ -16,19 +11,18 @@ php:
- 7.0
env:
- DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_31_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_32_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_34_STABLE
- DB=pgsql MOODLE_BRANCH=MOODLE_35_STABLE
- DB=pgsql MOODLE_BRANCH=master
- DB=mysqli MOODLE_BRANCH=master
matrix:
include:
- php: 5.5
env: DB=pgsql MOODLE_BRANCH=MOODLE_30_STABLE
env: DB=pgsql MOODLE_BRANCH=MOODLE_33_STABLE
- php: 5.5
env: DB=mysqli MOODLE_BRANCH=MOODLE_30_STABLE
env: DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE
- php: 7.1
env: DB=pgsql MOODLE_BRANCH=master