From f5eea96fe3834041ac7c8ff368dfc6d3a4bc343b Mon Sep 17 00:00:00 2001 From: robbt Date: Thu, 23 Apr 2020 13:00:00 -0400 Subject: [PATCH] seeing if adding a name includes a job --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5bd72fde1..71e259518 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,8 @@ jobs: php: 7.3 include: # having the latest run as php 7.3 to do the python tests - - env: PYTHON=true + - name: "python test and doc push" + env: PYTHON=true php: 7.3 exclude: # by excluding all of python we make way to just run python tests in one seperate instance