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 8
8
stages :
9
9
- name : ' Lint markdown files'
10
10
- name : ' Integration tests'
11
- - name : ' Benchmarking tests'
12
11
- name : ' Unit Tests'
13
12
- name : ' NetStandard16'
14
13
33
32
# script:
34
33
# - mdspell -a -n -r --en-us '**/*.md'
35
34
# after_success: skip
36
- - &integrationtest
37
- stage : ' Integration tests'
35
+ - stage : ' Integration tests'
38
36
env : SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
39
37
cache : false
40
38
language : minimal
45
43
script :
46
44
- $HOME/travisci-tools/trigger-script-with-status-update.sh
47
45
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
51
46
52
47
- stage : ' Unit Tests'
53
48
language : csharp
You can’t perform that action at this time.
0 commit comments