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 1ce6fcf commit 85c360dCopy full SHA for 85c360d
.travis.yml
@@ -53,7 +53,6 @@ script:
53
stages:
54
- 'Lint markdown files'
55
- 'Integration tests'
56
- - 'Benchmarking tests'
57
- 'Test'
58
59
jobs:
@@ -80,8 +79,7 @@ jobs:
80
79
- mdspell -a -n -r --en-us '**/*.md'
81
after_success: skip
82
83
- - &integrationtest
84
- stage: 'Integration tests'
+ - stage: 'Integration tests'
85
addons:
86
srcclr: true
87
env:
@@ -98,6 +96,3 @@ jobs:
98
96
script:
99
97
- $HOME/travisci-tools/trigger-script-with-status-update.sh
100
after_success: travis_terminate 0
101
- - <<: *integrationtest
102
- stage: 'Benchmarking tests'
103
- env: SDK=android FULLSTACK_TEST_REPO=Benchmarking BUILD_NUMBER=${TRAVIS_JOB_NUMBER/.} SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
0 commit comments