Skip to content

Commit f772ecc

Browse files
oakbanialiabbasrizvi
authored andcommitted
ci: use travisci-tools script to trigger-fullstack-compat suite (#166)
1 parent f9c7303 commit f772ecc

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
language: python
1+
language: python
22
python:
33
- "2.7"
44
- "3.4"
@@ -34,13 +34,12 @@ jobs:
3434
merge_mode: replace
3535
env: SDK=python
3636
cache: false
37-
language: python
38-
install:
39-
- "pip install awscli"
37+
language: minimal
38+
install: skip
4039
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"
40+
- mkdir $HOME/travisci-tools && pushd $HOME/travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
4241
script:
43-
- "ci/trigger_fullstack-sdk-compat.sh"
42+
- "$HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
4443
after_success: travis_terminate 0
4544
- stage: 'Test'
4645
dist: xenial

0 commit comments

Comments
 (0)