Skip to content

Commit

Permalink
ci: use travisci-tools script to trigger-fullstack-compat suite (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani authored and aliabbasrizvi committed Mar 26, 2019
1 parent f9c7303 commit f772ecc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: python
language: python
python:
- "2.7"
- "3.4"
Expand Down Expand Up @@ -34,13 +34,12 @@ jobs:
merge_mode: replace
env: SDK=python
cache: false
language: python
install:
- "pip install awscli"
language: minimal
install: skip
before_script:
- "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
script:
- "ci/trigger_fullstack-sdk-compat.sh"
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
after_success: travis_terminate 0
- stage: 'Test'
dist: xenial
Expand Down

0 comments on commit f772ecc

Please sign in to comment.