From 936798354ebcf1c023e0cc8cb889b477a08d8d8a Mon Sep 17 00:00:00 2001 From: robbt Date: Thu, 23 Apr 2020 12:26:17 -0400 Subject: [PATCH] Tried moving the exclude and include under the jobs as per docs example --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 79911bffb..0b975ee58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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