File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
- BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
36
36
- TESTAPP_TAG=master
37
37
cache : false
38
+ language : minimal
39
+ os : linux
38
40
before_install : skip
39
- install :
40
- - " pip install awscli"
41
+ install : skip
41
42
before_script :
42
- - " aws s3 cp s3://optimizely- travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh "
43
+ - mkdir $HOME/travisci-tools && pushd $HOME/ travisci-tools && git init && git pull https://$CI_USER_TOKEN@github.com/optimizely/travisci-tools.git && popd
43
44
script :
44
- - " ci/trigger_fullstack-sdk-compat.sh"
45
- # travis_terminate not supported by darwin
46
- after_success : skip
45
+ - " $HOME/travisci-tools/fsc-trigger/trigger_fullstack-sdk-compat.sh"
46
+ after_success : travis_terminate 0
You can’t perform that action at this time.
0 commit comments