We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0d821a + 10fab48 commit 3a40b9eCopy full SHA for 3a40b9e
.travis.yml
@@ -33,7 +33,7 @@ jobs:
33
- &integrationtest
34
stage: 'Integration tests'
35
merge_mode: replace
36
- env: SDK=javascript
+ env: SDK=javascript SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
37
cache: false
38
language: minimal
39
before_install: skip
@@ -45,7 +45,7 @@ jobs:
45
after_success: travis_terminate 0
46
- <<: *integrationtest
47
stage: 'Benchmarking tests'
48
- env: SDK=javascript FULLSTACK_TEST_REPO=Benchmarking
+ env: SDK=javascript FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
49
- stage: Cross-browser and umd unit tests
50
node_js: '8'
51
script: npm run test-ci
0 commit comments