update travis matrix to change vendor url

This commit is contained in:
Casey Faist
2019-09-30 11:15:09 -07:00
parent 35873ee517
commit 6a8aa1e2b0
+13 -4
View File
@@ -25,11 +25,20 @@ jobs:
if: branch = master
name: Run Hatchet
script: "bundle exec rspec"
matrix:
include:
- env: TESTFOLDER=test/run-deps
- env: TESTFOLDER=test/run-deps
VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
- env: TESTFOLDER=test/run-versions
- env: TESTFOLDER=test/run-versions
VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
- env: TESTFOLDER=test/run-features
- env: TESTFOLDER=test/run-features
VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
env:
matrix:
- TESTFOLDER=test/run-deps
- TESTFOLDER=test/run-versions
- TESTFOLDER=test/run-features
global:
- HATCHET_RETRIES=3
- IS_RUNNING_ON_CI=true