Merge pull request #19 from catalyst/fix-ci-test
Exclude testing moodle master branch against PHP 5.6
This commit is contained in:
commit
f0f988e9d3
1 changed files with 3 additions and 0 deletions
|
@ -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 ../..
|
||||
|
|
Loading…
Reference in a new issue