File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,13 @@ jobs:
33
33
merge_mode : replace
34
34
env : SDK=javascript
35
35
cache : false
36
- language : python
36
+ language : minimal
37
37
before_install : skip
38
- install :
39
- - " pip install awscli"
38
+ install : skip
40
39
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://[email protected] /optimizely/travisci-tools.git && popd
42
41
script :
43
- - " ci /trigger_fullstack-sdk-compat.sh"
42
+ - " $HOME/travisci-tools/fsc-trigger /trigger_fullstack-sdk-compat.sh"
44
43
after_success : travis_terminate 0
45
44
- stage : Cross-browser and umd unit tests
46
45
node_js : ' 8'
You can’t perform that action at this time.
0 commit comments