Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ after_success: "coveralls"
stages:
- 'Lint markdown files'
- 'Integration tests'
- 'Production tests'
- 'Test'

jobs:
Expand Down Expand Up @@ -48,7 +49,8 @@ jobs:
- mdspell -a -n -r --en-us '**/*.md'
after_success: skip

- stage: 'Integration tests'
- &integrationtest
stage: 'Integration tests'
merge_mode: replace
env: SDK=ruby SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
cache: false
Expand All @@ -60,3 +62,10 @@ jobs:
script:
- $HOME/travisci-tools/trigger-script-with-status-update.sh
after_success: travis_terminate 0

- <<: *integrationtest
stage: 'Production tests'
env:
SDK=ruby
SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
FULLSTACK_TEST_REPO=ProdTesting