We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c7303 commit b118e80Copy full SHA for b118e80
.travis.yml
@@ -34,13 +34,11 @@ jobs:
34
merge_mode: replace
35
env: SDK=python
36
cache: false
37
- language: python
38
- install:
39
- - "pip install awscli"
+ language: minimal
40
before_script:
41
- - "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://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git master && popd
42
script:
43
- - "ci/trigger_fullstack-sdk-compat.sh"
+ - "sh travis-ci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
44
after_success: travis_terminate 0
45
- stage: 'Test'
46
dist: xenial
0 commit comments