We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9abbac commit 440c2d2Copy full SHA for 440c2d2
.travis.yml
@@ -34,7 +34,7 @@ jobs:
34
- &integrationtest
35
stage: 'Integration tests'
36
merge_mode: replace
37
- env: SDK=python
+ env: SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
38
cache: false
39
language: minimal
40
install: skip
@@ -45,7 +45,7 @@ jobs:
45
after_success: travis_terminate 0
46
- <<: *integrationtest
47
stage: 'Benchmarking tests'
48
- env: SDK=python FULLSTACK_TEST_REPO=Benchmarking
+ env: SDK=python FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
49
- stage: 'Test'
50
dist: xenial
51
python: "3.7"
0 commit comments