Skip to content

Commit 3367757

Browse files
authored
removed benchmark trigger (#196)
1 parent 2a4e59b commit 3367757

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
@@ -19,7 +19,6 @@ after_script: "vendor/bin/php-coveralls -v"
1919
stages:
2020
- 'Linting'
2121
- 'Integration tests'
22-
- 'Benchmarking tests'
2322
- 'Test'
2423

2524
jobs:
@@ -31,8 +30,7 @@ jobs:
3130
script: 'composer lint'
3231
after_script: skip
3332
after_success: travis_terminate 0
34-
- &integrationtest
35-
stage: 'Integration tests'
33+
- stage: 'Integration tests'
3634
merge_mode: replace
3735
env: SDK=php SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3836
cache: false
@@ -43,6 +41,3 @@ jobs:
4341
script:
4442
- $HOME/travisci-tools/trigger-script-with-status-update.sh
4543
after_success: travis_terminate 0
46-
- <<: *integrationtest
47-
stage: 'Benchmarking tests'
48-
env: SDK=php FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH

0 commit comments

Comments
 (0)