travis CI making exclude specific to all versions of php other than 7.3

This commit is contained in:
robbt 2020-04-23 13:17:43 -04:00
parent f5eea96fe3
commit dc2b8261bc

View file

@ -41,6 +41,12 @@ jobs:
exclude:
# by excluding all of python we make way to just run python tests in one seperate instance
- env: PYTHON=true
php: 5.6
php: 5.4
php: 7.0
php: 7.1
php: 7.2
addons:
apt: