Exclude testing moodle master branch against PHP 5.6

This commit is contained in:
Pat Kira 2017-10-23 13:15:36 +11:00
parent 5a115b42f1
commit b71d9ecea6

View file

@ -32,6 +32,9 @@ matrix:
# Test PHP 7.1
- php: 7.1
env: MOODLE_BRANCH=master
exclude:
- php: 5.6
env: MOODLE_BRANCH=master
before_install:
- cd ../..