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 all 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
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://[email protected]/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