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 ca727e0 commit bf79f84Copy full SHA for bf79f84
.travis.yml
@@ -63,7 +63,8 @@ jobs:
63
stage: 'Integration tests'
64
env:
65
- SDK=android
66
- - BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
+ - BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.}
67
+ - SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
68
cache: false
69
language: minimal
70
before_install: skip
@@ -75,4 +76,4 @@ jobs:
75
76
after_success: travis_terminate 0
77
- <<: *integrationtest
78
stage: 'Benchmarking tests'
- env: SDK=android FULLSTACK_TEST_REPO=Benchmarking
79
+ env: SDK=android FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
0 commit comments