Skip to content

Commit 7c82017

Browse files
committed
run each matrix item twice, with VENDOR_URL update
1 parent 6a8aa1e commit 7c82017

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.travis.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,14 @@ 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-
4128
env:
29+
matrix:
30+
- TESTFOLDER=test/run-deps
31+
- TESTFOLDER=test/run-deps VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
32+
- TESTFOLDER=test/run-versions
33+
- TESTFOLDER=test/run-versions VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
34+
- TESTFOLDER=test/run-features
35+
- TESTFOLDER=test/run-features VENDOR_URL=https://lang-python.s3.amazonaws.com/staging/$STACK
4236
global:
4337
- HATCHET_RETRIES=3
4438
- IS_RUNNING_ON_CI=true

0 commit comments

Comments
 (0)