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 a00eba2 commit 17c07b6Copy full SHA for 17c07b6
.travis.yml
@@ -30,7 +30,7 @@ jobs:
30
- &integrationtest
31
stage: 'Integration tests'
32
merge_mode: replace
33
- env: SDK=ruby
+ env: SDK=ruby SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
34
cache: false
35
language: minimal
36
before_install: skip
@@ -42,4 +42,4 @@ jobs:
42
after_success: travis_terminate 0
43
- <<: *integrationtest
44
stage: 'Benchmarking tests'
45
- env: SDK=ruby FULLSTACK_TEST_REPO=Benchmarking
+ env: SDK=ruby FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
0 commit comments