Skip to content

Commit 17c07b6

Browse files
msohailhussainMichael Ng
authored and
Michael Ng
committed
branch should be passed to FSC (#189)
1 parent a00eba2 commit 17c07b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- &integrationtest
3131
stage: 'Integration tests'
3232
merge_mode: replace
33-
env: SDK=ruby
33+
env: SDK=ruby SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3434
cache: false
3535
language: minimal
3636
before_install: skip
@@ -42,4 +42,4 @@ jobs:
4242
after_success: travis_terminate 0
4343
- <<: *integrationtest
4444
stage: 'Benchmarking tests'
45-
env: SDK=ruby FULLSTACK_TEST_REPO=Benchmarking
45+
env: SDK=ruby FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH

0 commit comments

Comments
 (0)