Skip to content

Commit bd4c3a4

Browse files
juancarlostongmikeproeng37
authored andcommitted
refac(ci): Trigger fullstack-sdk-compatibility-suite (#144)
1 parent 5efdd3f commit bd4c3a4

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
@@ -13,3 +13,17 @@ script:
1313
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1414
after_script:
1515
- vendor/bin/coveralls -v
16+
17+
jobs:
18+
include:
19+
- stage: 'Integration tests'
20+
env: SDK=php
21+
language: python
22+
before_install: skip
23+
install:
24+
- "pip install awscli"
25+
before_script:
26+
- "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
27+
script:
28+
- "ci/trigger_fullstack-sdk-compat.sh"
29+
after_success: skip

0 commit comments

Comments
 (0)