Removing PHP5 in Moodle 32 (master) Travis build.

This commit is contained in:
Daniel Thee Roperto
2016-11-18 10:10:17 +11:00
parent 2f0d54c943
commit bf3b08cfea

View File

@@ -24,6 +24,14 @@ env:
- DB=mysqli MOODLE_BRANCH=MOODLE_31_STABLE
- DB=mysqli MOODLE_BRANCH=master
matrix:
exclude:
# Moodle 32 (master) requires at least PHP 5.6.5
- php: 5.5
env: DB=pgsql MOODLE_BRANCH=master
- php: 5.5
env: DB=mysqli MOODLE_BRANCH=master
before_install:
- phpenv config-rm xdebug.ini
- cd ../..