Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: use travisci-tools script to trigger-fullstack-compat suite #166

Merged
merged 3 commits into from
Mar 26, 2019
Merged
Changes from 2 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
9 changes: 4 additions & 5 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 @@ -35,12 +35,11 @@ jobs:
env: SDK=python
cache: false
language: python
install:
- "pip install awscli"
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 travis-ci-tools && pushd travis-ci-tools && git init && git pull https://[email protected]/optimizely/travisci-tools.git master && popd
script:
- "ci/trigger_fullstack-sdk-compat.sh"
- "travis-ci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
after_success: travis_terminate 0
- stage: 'Test'
dist: xenial
Expand Down