Skip to content

Commit

Permalink
Merge 4e9e326 into 3417408
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Jul 28, 2020
2 parents 3417408 + 4e9e326 commit 9c67020
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ stages:
- 'Lint markdown files'
- 'Linting'
- 'Integration tests'
- 'Full stack production tests'
- 'Test'
- 'Source Clear'

Expand All @@ -40,7 +41,9 @@ jobs:
install: "pip install flake8==3.6.0"
script: "flake8"
after_success: travis_terminate 0
- stage: 'Integration tests'

- &integrationtest
stage: 'Integration tests'
merge_mode: replace
env: SDK=python SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
cache: false
Expand All @@ -51,6 +54,14 @@ jobs:
script:
- $HOME/travisci-tools/trigger-script-with-status-update.sh
after_success: travis_terminate 0

- <<: *integrationtest
stage: 'Full stack production tests'
env:
SDK=python
SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
FULLSTACK_TEST_REPO=ProdTesting

- stage: 'Test'
dist: xenial
python: "3.7"
Expand Down

0 comments on commit 9c67020

Please sign in to comment.