Modify exclusions in travis
This commit is contained in:
parent
4ed8bc9c3c
commit
ac8c1c6cda
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
- php: 7.1
|
||||||
|
env: MOODLE_BRANCH=master
|
||||||
|
- php: 7.2
|
||||||
|
env: MOODLE_BRANCH=MOODLE_33_STABLE
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
env: MOODLE_BRANCH=MOODLE_33_STABLE
|
env: MOODLE_BRANCH=MOODLE_33_STABLE
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
|
|
Loading…
Reference in a new issue