Skip to content

Commit 935dd9f

Browse files
authored
chore: Removed triggers for Benchmarking tests (#376)
1 parent 4c6a834 commit 935dd9f

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
@@ -37,7 +37,6 @@ after_failure:
3737
stages:
3838
- 'Lint markdown files'
3939
- 'Integration tests'
40-
- 'Benchmarking tests'
4140
- 'Test'
4241

4342
jobs:
@@ -63,8 +62,7 @@ jobs:
6362
- mdspell -a -n -r --en-us '**/*.md'
6463
after_success: skip
6564

66-
- &integrationtest
67-
stage: 'Integration tests'
65+
- stage: 'Integration tests'
6866
addons:
6967
srcclr: true
7068
merge_mode: replace
@@ -78,6 +76,3 @@ jobs:
7876
script:
7977
- $HOME/travisci-tools/trigger-script-with-status-update.sh
8078
after_success: travis_terminate 0
81-
- <<: *integrationtest
82-
stage: 'Benchmarking tests'
83-
env: SDK=java FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH

0 commit comments

Comments
 (0)