Tried moving the exclude and include under the jobs as per docs example

This commit is contained in:
robbt 2020-04-23 12:26:17 -04:00
parent a6eafe64a0
commit 936798354e

View file

@ -33,6 +33,7 @@ matrix:
# there are some issues with phpunit as well as some deep in zf1 on 7.3
- env: PYTHON=false
php: 7.3
jobs:
exclude:
# by excluding all of python we make way to just run python tests in one seperate instance
- env: PYTHON=true