From 9a59f2647349139648a8b317237c4fda60f2c9d1 Mon Sep 17 00:00:00 2001 From: robbt Date: Thu, 23 Apr 2020 12:50:39 -0400 Subject: [PATCH] changed order of include and exclude to see if additional job is ran --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1bac8c315..5bd72fde1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,13 +33,14 @@ jobs: # there are some issues with phpunit as well as some deep in zf1 on 7.3 - env: PYTHON=false php: 7.3 - exclude: - # by excluding all of python we make way to just run python tests in one seperate instance - - env: PYTHON=true include: # having the latest run as php 7.3 to do the python tests - env: PYTHON=true php: 7.3 + exclude: + # by excluding all of python we make way to just run python tests in one seperate instance + - env: PYTHON=true + addons: apt: packages: