Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

Commit e71e363

Browse files
yasirfolio3juancarlostong
authored andcommitted
ci: use travisci-tools script to trigger-fullstack-compat suite (optimizely#389)
ci(travis): use travisci-tools script to trigger-fullstack-compat suite. * Suggested changes implemented.
1 parent 2f31b96 commit e71e363

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ jobs:
3535
- BUILD_NUMBER=$TRAVIS_BUILD_NUMBER
3636
- TESTAPP_TAG=master
3737
cache: false
38+
language: minimal
39+
os: linux
3840
before_install: skip
39-
install:
40-
- "pip install awscli"
41+
install: skip
4142
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://[email protected]/optimizely/travisci-tools.git && popd
4344
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

0 commit comments

Comments
 (0)