Skip to content

Commit ecac895

Browse files
msohailhussainMichael Ng
authored andcommitted
branch fix (#189)
1 parent cbd99ba commit ecac895

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
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- &integrationtest
1717
stage: 'Integration tests'
18-
env: SDK=csharp
18+
env: SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
1919
cache: false
2020
language: minimal
2121
before_install: skip
@@ -27,7 +27,7 @@ jobs:
2727
after_success: travis_terminate 0
2828
- <<: *integrationtest
2929
stage: 'Benchmarking tests'
30-
env: SDK=csharp FULLSTACK_TEST_REPO=Benchmarking
30+
env: SDK=csharp FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3131

3232
- stage: 'Unit Tests'
3333
language: csharp

0 commit comments

Comments
 (0)