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 f4e5596 commit ac283ebCopy full SHA for ac283eb
.travis.yml
@@ -21,7 +21,6 @@ after_success: "coveralls"
21
stages:
22
- 'Lint markdown files'
23
- 'Integration tests'
24
- - 'Benchmarking tests'
25
- 'Test'
26
27
jobs:
@@ -49,8 +48,7 @@ jobs:
49
48
- mdspell -a -n -r --en-us '**/*.md'
50
after_success: skip
51
52
- - &integrationtest
53
- stage: 'Integration tests'
+ - stage: 'Integration tests'
54
merge_mode: replace
55
env: SDK=ruby SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
56
cache: false
@@ -62,8 +60,3 @@ jobs:
62
60
script:
63
61
- $HOME/travisci-tools/trigger-script-with-status-update.sh
64
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