File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 88stages :
99 - name : ' Lint markdown files'
1010 - name : ' Integration tests'
11+ - name : ' Production tests'
1112 - name : ' Unit Tests'
1213 - name : ' NetStandard16'
1314 - name : ' NetStandard20'
2425 notifications :
2526 email : false
2627
27- - stage : ' Integration tests'
28+ - &integrationtest
29+ stage : ' Integration tests'
2830 env : SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
2931 cache : false
3032 language : minimal
3638 - $HOME/travisci-tools/trigger-script-with-status-update.sh
3739 after_success : travis_terminate 0
3840
41+ - << : *integrationtest
42+ stage : ' Production tests'
43+ env :
44+ SDK=csharp
45+ SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
46+ FULLSTACK_TEST_REPO=ProdTesting
47+
3948 - stage : ' Unit Tests'
4049 language : csharp
4150 dist : xenial
You can’t perform that action at this time.
0 commit comments