File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ after_success: "coveralls"
21
21
stages :
22
22
- ' Lint markdown files'
23
23
- ' Integration tests'
24
+ - ' Production tests'
24
25
- ' Test'
25
26
- ' Source Clear'
26
27
50
51
- mdspell -a -n -r --en-us '**/*.md'
51
52
after_success : skip
52
53
53
- - stage : ' Integration tests'
54
+ - &integrationtest
55
+ stage : ' Integration tests'
54
56
merge_mode : replace
55
57
env : SDK=ruby SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
56
58
cache : false
63
65
- $HOME/travisci-tools/trigger-script-with-status-update.sh
64
66
after_success : travis_terminate 0
65
67
68
+ - << : *integrationtest
69
+ stage : ' Production tests'
70
+ # $TRAVIS_PULL_REQUEST_BRANCH is empty when build type is cron. travisci-tools script assumes master branch in this case.
71
+ env :
72
+ SDK=ruby
73
+ SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
74
+ FULLSTACK_TEST_REPO=ProdTesting
75
+
66
76
- stage : ' Source Clear'
67
77
if : type = cron
68
78
addons :
You can’t perform that action at this time.
0 commit comments