Skip to content

Commit 3a40b9e

Browse files
author
Michael Ng
authored
Merge branch 'master' into dependabot/npm_and_yarn/packages/logging/lodash-4.17.15
2 parents f0d821a + 10fab48 commit 3a40b9e

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
@@ -33,7 +33,7 @@ jobs:
3333
- &integrationtest
3434
stage: 'Integration tests'
3535
merge_mode: replace
36-
env: SDK=javascript
36+
env: SDK=javascript SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3737
cache: false
3838
language: minimal
3939
before_install: skip
@@ -45,7 +45,7 @@ jobs:
4545
after_success: travis_terminate 0
4646
- <<: *integrationtest
4747
stage: 'Benchmarking tests'
48-
env: SDK=javascript FULLSTACK_TEST_REPO=Benchmarking
48+
env: SDK=javascript FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
4949
- stage: Cross-browser and umd unit tests
5050
node_js: '8'
5151
script: npm run test-ci

0 commit comments

Comments
 (0)