Skip to content

Commit

Permalink
Merge branch 'master' into brandon/get_feat_var
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Jul 23, 2019
2 parents 4c1e996 + 968a54e commit 910ef0b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 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,7 +31,8 @@ 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
Expand All @@ -39,8 +41,11 @@ jobs:
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
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
- stage: 'Test'
dist: xenial
python: "3.7"

0 comments on commit 910ef0b

Please sign in to comment.