Skip to content

Commit 6a8aa1e

Browse files
committed
update travis matrix to change vendor url
1 parent 35873ee commit 6a8aa1e

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.travis.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,20 @@ jobs:
2525
if: branch = master
2626
name: Run Hatchet
2727
script: "bundle exec rspec"
28+
29+
matrix:
30+
include:
31+
- env: TESTFOLDER=test/run-deps
32+
- env: TESTFOLDER=test/run-deps
33+
VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
34+
- env: TESTFOLDER=test/run-versions
35+
- env: TESTFOLDER=test/run-versions
36+
VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
37+
- env: TESTFOLDER=test/run-features
38+
- env: TESTFOLDER=test/run-features
39+
VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
40+
2841
env:
29-
matrix:
30-
- TESTFOLDER=test/run-deps
31-
- TESTFOLDER=test/run-versions
32-
- TESTFOLDER=test/run-features
3342
global:
3443
- HATCHET_RETRIES=3
3544
- IS_RUNNING_ON_CI=true

0 commit comments

Comments
 (0)