Merge pull request #19 from catalyst/fix-ci-test

Exclude testing moodle master branch against PHP 5.6
This commit is contained in:
Dmitrii Metelkin 2017-10-23 15:34:08 +11:00 committed by GitHub
commit f0f988e9d3

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 ../..