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 4c6a834 commit 935dd9fCopy full SHA for 935dd9f
.travis.yml
@@ -37,7 +37,6 @@ after_failure:
37
stages:
38
- 'Lint markdown files'
39
- 'Integration tests'
40
- - 'Benchmarking tests'
41
- 'Test'
42
43
jobs:
@@ -63,8 +62,7 @@ jobs:
63
62
- mdspell -a -n -r --en-us '**/*.md'
64
after_success: skip
65
66
- - &integrationtest
67
- stage: 'Integration tests'
+ - stage: 'Integration tests'
68
addons:
69
srcclr: true
70
merge_mode: replace
@@ -78,6 +76,3 @@ jobs:
78
76
script:
79
77
- $HOME/travisci-tools/trigger-script-with-status-update.sh
80
after_success: travis_terminate 0
81
- - <<: *integrationtest
82
- stage: 'Benchmarking tests'
83
- env: SDK=java FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
0 commit comments