Skip to content

Commit 85c360d

Browse files
authored
removed benchmark trigger (#332)
1 parent 1ce6fcf commit 85c360d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ script:
5353
stages:
5454
- 'Lint markdown files'
5555
- 'Integration tests'
56-
- 'Benchmarking tests'
5756
- 'Test'
5857

5958
jobs:
@@ -80,8 +79,7 @@ jobs:
8079
- mdspell -a -n -r --en-us '**/*.md'
8180
after_success: skip
8281

83-
- &integrationtest
84-
stage: 'Integration tests'
82+
- stage: 'Integration tests'
8583
addons:
8684
srcclr: true
8785
env:
@@ -98,6 +96,3 @@ jobs:
9896
script:
9997
- $HOME/travisci-tools/trigger-script-with-status-update.sh
10098
after_success: travis_terminate 0
101-
- <<: *integrationtest
102-
stage: 'Benchmarking tests'
103-
env: SDK=android FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH

0 commit comments

Comments
 (0)