Skip to content

Commit 1c67986

Browse files
authored
removed benchmark trigger (#220)
1 parent 636299d commit 1c67986

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
@@ -8,7 +8,6 @@ env:
88
stages:
99
- name: 'Lint markdown files'
1010
- name: 'Integration tests'
11-
- name: 'Benchmarking tests'
1211
- name: 'Unit Tests'
1312
- name: 'NetStandard16'
1413

@@ -33,8 +32,7 @@ jobs:
3332
# script:
3433
# - mdspell -a -n -r --en-us '**/*.md'
3534
# after_success: skip
36-
- &integrationtest
37-
stage: 'Integration tests'
35+
- stage: 'Integration tests'
3836
env: SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3937
cache: false
4038
language: minimal
@@ -45,9 +43,6 @@ jobs:
4543
script:
4644
- $HOME/travisci-tools/trigger-script-with-status-update.sh
4745
after_success: travis_terminate 0
48-
- <<: *integrationtest
49-
stage: 'Benchmarking tests'
50-
env: SDK=csharp FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5146

5247
- stage: 'Unit Tests'
5348
language: csharp

0 commit comments

Comments
 (0)