Skip to content

Commit 440c2d2

Browse files
msohailhussainaliabbasrizvi
authored andcommitted
branch fix (#195)
This will fix how we run compat suite.
1 parent e9abbac commit 440c2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- &integrationtest
3535
stage: 'Integration tests'
3636
merge_mode: replace
37-
env: SDK=python
37+
env: SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3838
cache: false
3939
language: minimal
4040
install: skip
@@ -45,7 +45,7 @@ jobs:
4545
after_success: travis_terminate 0
4646
- <<: *integrationtest
4747
stage: 'Benchmarking tests'
48-
env: SDK=python FULLSTACK_TEST_REPO=Benchmarking
48+
env: SDK=python FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
4949
- stage: 'Test'
5050
dist: xenial
5151
python: "3.7"

0 commit comments

Comments
 (0)