From 5c510c5a9a9705395ffac2bff9b3d7f14f4818e7 Mon Sep 17 00:00:00 2001 From: Aaron Louie Date: Thu, 7 May 2020 10:56:09 -0400 Subject: [PATCH] Moves PB_BASE_URL into matrix env var --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e17b1f61..d5dbd199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,9 +22,10 @@ install: - pipenv install env: - - PB_BASE_URL='http://workflow.sartography.com:5001/pb/' global: - COMMIT=${$TRAVIS_COMMIT::8} + matrix: + - PB_BASE_URL='http://workflow.sartography.com:5001/pb/' script: - pipenv run coverage run -m pytest