File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 88stages :
99 - name : ' Lint markdown files'
1010 - name : ' Integration tests'
11- - name : ' Benchmarking tests'
1211 - name : ' Unit Tests'
1312 - name : ' NetStandard16'
1413
3332# script:
3433# - mdspell -a -n -r --en-us '**/*.md'
3534# after_success: skip
36- - &integrationtest
37- stage : ' Integration tests'
35+ - stage : ' Integration tests'
3836 env : SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
3937 cache : false
4038 language : minimal
4543 script :
4644 - $HOME/travisci-tools/trigger-script-with-status-update.sh
4745 after_success : travis_terminate 0
48- - << : *integrationtest
49- stage : ' Benchmarking tests'
50- env : SDK=csharp FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
5146
5247 - stage : ' Unit Tests'
5348 language : csharp
You can’t perform that action at this time.
0 commit comments