We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4e59b commit 3367757Copy full SHA for 3367757
.travis.yml
@@ -19,7 +19,6 @@ after_script: "vendor/bin/php-coveralls -v"
19
stages:
20
- 'Linting'
21
- 'Integration tests'
22
- - 'Benchmarking tests'
23
- 'Test'
24
25
jobs:
@@ -31,8 +30,7 @@ jobs:
31
30
script: 'composer lint'
32
after_script: skip
33
after_success: travis_terminate 0
34
- - &integrationtest
35
- stage: 'Integration tests'
+ - stage: 'Integration tests'
36
merge_mode: replace
37
env: SDK=php SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
38
cache: false
@@ -43,6 +41,3 @@ jobs:
43
41
script:
44
42
- $HOME/travisci-tools/trigger-script-with-status-update.sh
45
46
- - <<: *integrationtest
47
- stage: 'Benchmarking tests'
48
- env: SDK=php FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
0 commit comments