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

Commit a7c7121

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): Trigger fullstack-sdk-compatibility-suite (optimizely#201)
1 parent 599858b commit a7c7121

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,17 @@ addons:
2626
srcclr: true
2727
script: npm test
2828
after_success: npm run coveralls
29+
30+
jobs:
31+
include:
32+
- stage: 'Integration tests'
33+
env: SDK=javascript
34+
language: python
35+
before_install: skip
36+
install:
37+
- "pip install awscli"
38+
before_script:
39+
- "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
40+
script:
41+
- "ci/trigger_fullstack-sdk-compat.sh"
42+
after_success: skip

0 commit comments

Comments
 (0)