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 cbd99ba commit ecac895Copy full SHA for ecac895
.travis.yml
@@ -15,7 +15,7 @@ jobs:
15
include:
16
- &integrationtest
17
stage: 'Integration tests'
18
- env: SDK=csharp
+ env: SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
19
cache: false
20
language: minimal
21
before_install: skip
@@ -27,7 +27,7 @@ jobs:
27
after_success: travis_terminate 0
28
- <<: *integrationtest
29
stage: 'Benchmarking tests'
30
- env: SDK=csharp FULLSTACK_TEST_REPO=Benchmarking
+ env: SDK=csharp FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
31
32
- stage: 'Unit Tests'
33
language: csharp
0 commit comments