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 8
8
stages :
9
9
- name : ' Lint markdown files'
10
10
- name : ' Integration tests'
11
+ - name : ' Production tests'
11
12
- name : ' Unit Tests'
12
13
- name : ' NetStandard16'
13
14
- name : ' NetStandard20'
24
25
notifications :
25
26
email : false
26
27
27
- - stage : ' Integration tests'
28
+ - &integrationtest
29
+ stage : ' Integration tests'
28
30
env : SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
29
31
cache : false
30
32
language : minimal
36
38
- $HOME/travisci-tools/trigger-script-with-status-update.sh
37
39
after_success : travis_terminate 0
38
40
41
+ - << : *integrationtest
42
+ stage : ' Production tests'
43
+ env :
44
+ SDK=csharp
45
+ SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
46
+ FULLSTACK_TEST_REPO=ProdTesting
47
+
39
48
- stage : ' Unit Tests'
40
49
language : csharp
41
50
dist : xenial
You can’t perform that action at this time.
0 commit comments