Skip to content

Commit

Permalink
Merge b18533a into 7973aa8
Browse files Browse the repository at this point in the history
  • Loading branch information
msohailhussain committed Jul 18, 2019
2 parents 7973aa8 + b18533a commit 1c84295
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ after_success:
stages:
- 'Linting'
- 'Integration tests'
- 'Benchmarking tests'
- 'Test'

jobs:
Expand All @@ -30,17 +31,23 @@ 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
cache: false
language: minimal
install: skip
before_script:
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git sohail/refactorscript && popd
script:
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
- "$HOME/travisci-tools/trigger-script-with-status-update.sh"
after_success: travis_terminate 0
- <<: *integrationtest
stage: 'Benchmarking tests'
env: SDK=python FULLSTACK_TEST_REPO=Benchmarking
script:
- "$HOME/travisci-tools/trigger-script-with-status-update.sh yasir/bench-exp-support"
- stage: 'Test'
dist: xenial
python: "3.7"

0 comments on commit 1c84295

Please sign in to comment.