Moves PB_BASE_URL into matrix env var

This commit is contained in:
Aaron Louie 2020-05-07 10:56:09 -04:00
parent 559494aee2
commit 5c510c5a9a
1 changed files with 2 additions and 1 deletions

View File

@ -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