Skip to content

Commit ac283eb

Browse files
authored
chore: Removed triggers for Benchmarking tests (#253)
1 parent f4e5596 commit ac283eb

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ after_success: "coveralls"
2121
stages:
2222
- 'Lint markdown files'
2323
- 'Integration tests'
24-
- 'Benchmarking tests'
2524
- 'Test'
2625

2726
jobs:
@@ -49,8 +48,7 @@ jobs:
4948
- mdspell -a -n -r --en-us '**/*.md'
5049
after_success: skip
5150

52-
- &integrationtest
53-
stage: 'Integration tests'
51+
- stage: 'Integration tests'
5452
merge_mode: replace
5553
env: SDK=ruby SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5654
cache: false
@@ -62,8 +60,3 @@ jobs:
6260
script:
6361
- $HOME/travisci-tools/trigger-script-with-status-update.sh
6462
after_success: travis_terminate 0
65-
- <<: *integrationtest
66-
stage: 'Benchmarking tests'
67-
addons:
68-
srcclr: true
69-
env: SDK=ruby FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH

0 commit comments

Comments
 (0)