travis CI making exclude specific to all versions of php other than 7.3
This commit is contained in:
parent
f5eea96fe3
commit
dc2b8261bc
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
# by excluding all of python we make way to just run python tests in one seperate instance
|
# by excluding all of python we make way to just run python tests in one seperate instance
|
||||||
- env: PYTHON=true
|
- env: PYTHON=true
|
||||||
|
php: 5.6
|
||||||
|
php: 5.4
|
||||||
|
php: 7.0
|
||||||
|
php: 7.1
|
||||||
|
php: 7.2
|
||||||
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue